Searched refs:plane (Results 1 – 7 of 7) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_pdma_drv.c | 163 config->plane[i].x = 0; in pdma_get_default_output_config() 164 config->plane[i].y = 0; in pdma_get_default_output_config() 165 config->plane[i].width = 0; in pdma_get_default_output_config() 166 config->plane[i].height = 0; in pdma_get_default_output_config() 386 ptr->OUT_PS[0].LRC = PDMA_OUT_PS_LRC_X_SET(config->plane[0].x + config->plane[0].width - 1) in pdma_config_output() 387 | PDMA_OUT_PS_LRC_Y_SET(config->plane[0].y + config->plane[0].height - 1); in pdma_config_output() 390 ptr->OUT_PS[1].LRC = PDMA_OUT_PS_LRC_X_SET(config->plane[1].x + config->plane[1].width - 1) in pdma_config_output() 391 | PDMA_OUT_PS_LRC_Y_SET(config->plane[1].y + config->plane[1].height - 1); in pdma_config_output() 485 output.plane[pdma_plane_dst].x = 0; in pdma_fill_color() 486 output.plane[pdma_plane_dst].y = 0; in pdma_fill_color() [all …]
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_nand.h | 80 uint16_t plane; /**< NAND memory Plane address */ member 151 (((x)->block + (((x)->plane) * \
|
| /bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/ |
| A D | spinand.h | 50 uint32_t plane; ///< plane number in lun member
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pdma_drv.h | 126 } plane[PDMA_SOC_PS_MAX_COUNT]; /**< plane config */ member
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_nand.c | 1151 addr->plane++; in ald_nand_address_inc() 1153 if (addr->plane == (hperh->config.plane_nbr)) in ald_nand_address_inc()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_opengl.h | 837 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation ); 839 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
|
| A D | SDL_opengl_glext.h | 5424 typedef void (APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 5430 typedef void (APIENTRYP PFNGLGETCLIPPLANEXOESPROC) (GLenum plane, GLfixed *equation); 5528 GLAPI void APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 5534 GLAPI void APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation); 5648 typedef void (APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation); 5651 typedef void (APIENTRYP PFNGLGETCLIPPLANEFOESPROC) (GLenum plane, GLfloat *equation); 5655 GLAPI void APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation); 5658 GLAPI void APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
|
Completed in 88 milliseconds