Searched refs:PAGE_CACHE_UB_ROWS (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_limits.h71 #define PAGE_CACHE_UB_ROWS (V3D_PAGE_CACHE_SIZE / V3D_UIFBLOCK_ROW_SIZE) macro
72 #define PAGE_CACHE_MINUS_1_5_UB_ROWS (PAGE_CACHE_UB_ROWS - PAGE_UB_ROWS_TIMES_1_5)
H A Dv3dv_image.c47 uint32_t height_offset_in_pc = height_ub % PAGE_CACHE_UB_ROWS;
56 if (height_ub < PAGE_CACHE_UB_ROWS)
66 return PAGE_CACHE_UB_ROWS - height_offset_in_pc;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c422 #define PAGE_CACHE_UB_ROWS (VC5_PAGE_CACHE_SIZE / VC5_UIFBLOCK_ROW_SIZE) macro
423 #define PAGE_CACHE_MINUS_1_5_UB_ROWS (PAGE_CACHE_UB_ROWS - PAGE_UB_ROWS_TIMES_1_5)
439 uint32_t height_offset_in_pc = height_ub % PAGE_CACHE_UB_ROWS;
448 if (height_ub < PAGE_CACHE_UB_ROWS)
458 return PAGE_CACHE_UB_ROWS - height_offset_in_pc;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_resource.c482 #define PAGE_CACHE_UB_ROWS (V3D_PAGE_CACHE_SIZE / V3D_UIFBLOCK_ROW_SIZE) macro
483 #define PAGE_CACHE_MINUS_1_5_UB_ROWS (PAGE_CACHE_UB_ROWS - PAGE_UB_ROWS_TIMES_1_5)
499 uint32_t height_offset_in_pc = height_ub % PAGE_CACHE_UB_ROWS;
508 if (height_ub < PAGE_CACHE_UB_ROWS)
518 return PAGE_CACHE_UB_ROWS - height_offset_in_pc;

Completed in 6 milliseconds