Home
last modified time | relevance | path

Searched refs:height_offset_in_pc (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_image.c46 uint32_t height_offset_in_pc = height_ub % PAGE_CACHE_UB_ROWS; in v3d_get_ub_pad() local
49 if (height_offset_in_pc == 0) in v3d_get_ub_pad()
53 if (height_offset_in_pc < PAGE_UB_ROWS_TIMES_1_5) { in v3d_get_ub_pad()
58 return PAGE_UB_ROWS_TIMES_1_5 - height_offset_in_pc; in v3d_get_ub_pad()
64 if (height_offset_in_pc > PAGE_CACHE_MINUS_1_5_UB_ROWS) in v3d_get_ub_pad()
65 return PAGE_CACHE_UB_ROWS - height_offset_in_pc; in v3d_get_ub_pad()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c500 uint32_t height_offset_in_pc = height_ub % PAGE_CACHE_UB_ROWS; in v3d_get_ub_pad() local
503 if (height_offset_in_pc == 0) in v3d_get_ub_pad()
507 if (height_offset_in_pc < PAGE_UB_ROWS_TIMES_1_5) { in v3d_get_ub_pad()
512 return PAGE_UB_ROWS_TIMES_1_5 - height_offset_in_pc; in v3d_get_ub_pad()
518 if (height_offset_in_pc > PAGE_CACHE_MINUS_1_5_UB_ROWS) in v3d_get_ub_pad()
519 return PAGE_CACHE_UB_ROWS - height_offset_in_pc; in v3d_get_ub_pad()