/third_party/mesa3d/docs/isl/ |
D | hiz.rst | 65 uint32_t offset_B; 68 &offset_B, NULL, NULL); 69 hiz_address.offset += offset_B;
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blt.c | 70 uint64_t offset_B; in blt_set_alpha_to_one() local 78 &offset_B, in blt_set_alpha_to_one() 89 xyblt.DestinationBaseAddress = rw_bo(dst->bo, offset_B); in blt_set_alpha_to_one()
|
D | crocus_state.c | 2961 uint64_t offset_B = 0; in crocus_create_surface() local 2988 &offset_B, &tile_x_sa, &tile_y_sa); in crocus_create_surface() 4985 uint64_t offset_B = res->offset; in emit_surface_state() local 4998 &surf, &offset_B, in emit_surface_state() 5006 &surf, &offset_B, in emit_surface_state() 5031 res->bo, offset_B, reloc), in emit_surface_state()
|
/third_party/mesa3d/src/intel/isl/ |
D | isl.c | 2789 uint64_t *offset_B, in isl_surf_get_image_offset_B_tile_sa() argument 2799 offset_B, in isl_surf_get_image_offset_B_tile_sa() 2821 uint64_t *offset_B, in isl_surf_get_image_offset_B_tile_el() argument 2846 offset_B, in isl_surf_get_image_offset_B_tile_el() 2933 uint64_t *offset_B, in isl_surf_get_image_surf() argument 2941 offset_B, in isl_surf_get_image_surf() 2973 uint64_t *offset_B, in isl_surf_get_uncompressed_surf() argument 3043 *offset_B = 0; in isl_surf_get_uncompressed_surf() 3061 offset_B, in isl_surf_get_uncompressed_surf()
|
D | isl.h | 2677 uint64_t *offset_B, 2697 uint64_t *offset_B, 2741 uint64_t *offset_B, 2770 uint64_t *offset_B,
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 1664 uint64_t offset_B; in blorp_surf_convert_to_single_slice() local 1668 &offset_B, &info->tile_x_sa, &info->tile_y_sa); in blorp_surf_convert_to_single_slice() 1669 info->addr.offset += offset_B; in blorp_surf_convert_to_single_slice() 2294 uint64_t offset_B; in shrink_surface_params() local 2316 &offset_B, in shrink_surface_params() 2321 info->addr.offset += offset_B; in shrink_surface_params() 2826 uint64_t offset_B; in blorp_surf_convert_to_uncompressed() local 2829 &info->surf, &info->view, &offset_B, in blorp_surf_convert_to_uncompressed() 2832 info->addr.offset += offset_B; in blorp_surf_convert_to_uncompressed()
|
D | blorp_genX_exec.h | 1734 uint64_t offset_B; in blorp_emit_depth_stencil_config() local 1737 &offset_B, NULL, NULL); in blorp_emit_depth_stencil_config() 1738 hiz_address.offset += offset_B; in blorp_emit_depth_stencil_config() 1760 uint64_t offset_B; in blorp_emit_depth_stencil_config() local 1763 &offset_B, NULL, NULL); in blorp_emit_depth_stencil_config() 1764 stencil_address.offset += offset_B; in blorp_emit_depth_stencil_config()
|
D | blorp_clear.c | 1444 uint64_t offset_B; in blorp_ccs_ambiguate() local 1447 &offset_B, &x_offset_el, &y_offset_el); in blorp_ccs_ambiguate() 1448 params.dst.addr.offset += offset_B; in blorp_ccs_ambiguate()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 2067 uint64_t offset_B; in anv_GetImageSubresourceLayout() local 2072 &offset_B, NULL, NULL); in anv_GetImageSubresourceLayout() 2073 layout->offset += offset_B; in anv_GetImageSubresourceLayout() 2577 uint64_t offset_B = 0; in anv_image_fill_surface_state() local 2591 &offset_B, &tile_x_sa, &tile_y_sa); in anv_image_fill_surface_state() 2602 state_inout->address = anv_address_add(address, offset_B); in anv_image_fill_surface_state()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs.cpp | 3737 const fs_reg& offset_B = inst->src[1]; in lower_uniform_pull_constant_loads() local 3738 assert(offset_B.file == IMM); in lower_uniform_pull_constant_loads() 3745 ubld.MOV(payload, offset_B); in lower_uniform_pull_constant_loads() 3793 brw_imm_ud(offset_B.ud / 16)); in lower_uniform_pull_constant_loads()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 2743 uint64_t offset_B = 0; in iris_create_surface() local 2760 &isl_surf, view, &offset_B, in iris_create_surface() 2804 &isl_surf, view, offset_B, tile_x_el, tile_y_el); in iris_create_surface()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 1977 - intel/isl: Explicitly set offset_B = 0 in get_uncomp_surf for arrays
|