Searched refs:offset_B (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/blorp/ |
D | blorp_genX_exec.h | 1650 uint32_t offset_B; in blorp_emit_depth_stencil_config() local 1653 &offset_B, NULL, NULL); in blorp_emit_depth_stencil_config() 1654 hiz_address.offset += offset_B; in blorp_emit_depth_stencil_config() 1676 uint32_t offset_B; in blorp_emit_depth_stencil_config() local 1679 &offset_B, NULL, NULL); in blorp_emit_depth_stencil_config() 1680 stencil_address.offset += offset_B; in blorp_emit_depth_stencil_config()
|
D | blorp_clear.c | 1285 uint32_t offset_B, x_offset_el, y_offset_el; in blorp_ccs_ambiguate() local 1291 &offset_B, &x_offset_el, &y_offset_el); in blorp_ccs_ambiguate() 1292 params.dst.addr.offset += offset_B; in blorp_ccs_ambiguate()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 1173 uint32_t offset_B; in anv_GetImageSubresourceLayout() local 1178 &offset_B, NULL, NULL); in anv_GetImageSubresourceLayout() 1179 layout->offset += offset_B; in anv_GetImageSubresourceLayout() 1810 uint32_t offset_B = 0, tile_x_sa = 0, tile_y_sa = 0; in anv_image_fill_surface_state() local 1827 &offset_B, &tile_x_sa, &tile_y_sa); in anv_image_fill_surface_state() 1857 state_inout->address = anv_address_add(address, offset_B); in anv_image_fill_surface_state()
|
/external/mesa3d/src/intel/isl/ |
D | isl.h | 2240 uint32_t *offset_B, 2284 uint32_t *offset_B,
|
D | isl.c | 2574 uint32_t *offset_B, in isl_surf_get_image_offset_B_tile_sa() argument 2591 offset_B, in isl_surf_get_image_offset_B_tile_sa() 2665 uint32_t *offset_B, in isl_surf_get_image_surf() argument 2673 offset_B, in isl_surf_get_image_surf()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 2634 uint32_t offset_B = 0, tile_x_sa = 0, tile_y_sa = 0; in iris_create_surface() local 2659 &offset_B, &tile_x_sa, &tile_y_sa); in iris_create_surface() 2691 .address = res->bo->gtt_offset + offset_B, in iris_create_surface()
|