Home
last modified time | relevance | path

Searched refs:image_dim (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c86 enum glsl_sampler_dim image_dim = glsl_get_sampler_dim(deref->type); in try_lower_input_load() local
87 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS && in try_lower_input_load()
88 image_dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in try_lower_input_load()
91 const bool multisampled = (image_dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in try_lower_input_load()
109 tex->sampler_dim = image_dim; in try_lower_input_load()
130 if (image_dim == GLSL_SAMPLER_DIM_SUBPASS_MS) { in try_lower_input_load()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_input_attachments.c58 enum glsl_sampler_dim image_dim = glsl_get_sampler_dim(deref->type); in try_lower_input_load() local
59 if (image_dim != GLSL_SAMPLER_DIM_SUBPASS && in try_lower_input_load()
60 image_dim != GLSL_SAMPLER_DIM_SUBPASS_MS) in try_lower_input_load()
/third_party/mindspore/mindspore/ops/operations/
Ddebug_ops.py144 image_dim = 4
145 if len(v_shape) != image_dim:
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_dcc_retile.c76 .image_dim = dim); in build_dcc_retile_compute_shader()
79 nir_ssa_undef(&b, 1, 32), dcc_val, nir_imm_int(&b, 0), .image_dim = dim); in build_dcc_retile_compute_shader()
Dradv_meta_bufimage.c90 .image_dim = GLSL_SAMPLER_DIM_BUF); in build_nir_itob_compute_shader()
275 nir_ssa_undef(&b, 1, 32), outval, nir_imm_int(&b, 0), .image_dim = dim); in build_nir_btoi_compute_shader()
460 nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_BUF); in build_nir_btoi_r32g32b32_compute_shader()
615 nir_imm_int(&b, i), outval, nir_imm_int(&b, 0), .image_dim = dim); in build_nir_itoi_compute_shader()
820 nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_BUF); in build_nir_itoi_r32g32b32_compute_shader()
941 nir_imm_int(&b, i), clear_val, nir_imm_int(&b, 0), .image_dim = dim); in build_nir_cleari_compute_shader()
1103 nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_BUF); in build_nir_cleari_r32g32b32_compute_shader()
Dradv_meta_fmask_expand.c85 … nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_MS, .image_array = true); in build_fmask_expand_compute_shader()
Dradv_meta_decompress.c66 nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_2D); in build_expand_depth_stencil_compute_shader()
77 .image_dim = GLSL_SAMPLER_DIM_2D); in build_expand_depth_stencil_compute_shader()
Dradv_meta_fast_clear.c65 nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_2D); in build_dcc_decompress_compute_shader()
76 .image_dim = GLSL_SAMPLER_DIM_2D); in build_dcc_decompress_compute_shader()
Dradv_meta_resolve_cs.c105 .image_dim = GLSL_SAMPLER_DIM_2D); in build_resolve_compute_shader()
226 .image_dim = GLSL_SAMPLER_DIM_2D, .image_array = true); in build_depth_stencil_resolve_compute_shader()
Dradv_meta_clear.c1194 .image_dim = dim, .image_array = true); in build_clear_dcc_comp_to_single_shader()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c573 .image_dim = GLSL_SAMPLER_DIM_BUF); in create_fs()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c3157 enum glsl_sampler_dim image_dim = intr->intrinsic == nir_intrinsic_image_store ? in emit_image_store() local
3160 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_store()
3192 if (image_dim == GLSL_SAMPLER_DIM_BUF) { in emit_image_store()
3222 enum glsl_sampler_dim image_dim = intr->intrinsic == nir_intrinsic_image_load ? in emit_image_load() local
3225 unsigned num_coords = glsl_get_sampler_dim_coordinate_components(image_dim); in emit_image_load()
3240 if (image_dim == GLSL_SAMPLER_DIM_BUF) { in emit_image_load()
/third_party/mesa3d/src/gallium/drivers/iris/ci/
Diris-amly-fails.txt96 …nsic image_load (ssa_44, ssa_55, ssa_40, ssa_44) (5, 0, 12, 80, 160) /* image_dim=Buf */ /* image_…
/third_party/mesa3d/src/intel/blorp/
Dblorp_clear.c159 .image_dim = GLSL_SAMPLER_DIM_2D, in blorp_params_get_clear_kernel_cs()
Dblorp_blit.c1477 .image_dim = GLSL_SAMPLER_DIM_2D, in brw_blorp_build_nir_shader()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3524 - radv: set image_dim and image_array intrinsic indices
3525 - aco: use image_dim and image_array intrinsic indices