/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_input_attachments.c | 86 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/ |
D | lvp_lower_input_attachments.c | 58 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/ |
D | debug_ops.py | 144 image_dim = 4 145 if len(v_shape) != image_dim:
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_dcc_retile.c | 76 .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()
|
D | radv_meta_bufimage.c | 90 .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()
|
D | radv_meta_fmask_expand.c | 85 … nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_MS, .image_array = true); in build_fmask_expand_compute_shader()
|
D | radv_meta_decompress.c | 66 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()
|
D | radv_meta_fast_clear.c | 65 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()
|
D | radv_meta_resolve_cs.c | 105 .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()
|
D | radv_meta_clear.c | 1194 .image_dim = dim, .image_array = true); in build_clear_dcc_comp_to_single_shader()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 573 .image_dim = GLSL_SAMPLER_DIM_BUF); in create_fs()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 3157 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/ |
D | iris-amly-fails.txt | 96 …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/ |
D | blorp_clear.c | 159 .image_dim = GLSL_SAMPLER_DIM_2D, in blorp_params_get_clear_kernel_cs()
|
D | blorp_blit.c | 1477 .image_dim = GLSL_SAMPLER_DIM_2D, in brw_blorp_build_nir_shader()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 3524 - radv: set image_dim and image_array intrinsic indices 3525 - aco: use image_dim and image_array intrinsic indices
|