/third_party/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 92 …ler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 104 …3D, GL_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 116 … GL_UNSIGNED_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 139 …ure3D, GL_SAMPLER_3D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 151 …3D, GL_INT_SAMPLER_3D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 163 … GL_UNSIGNED_INT_SAMPLER_3D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 178 DECL_TYPE(vtexture3D, GL_SAMPLER_3D, GLSL_TYPE_TEXTURE, GLSL_SAMPLER_DIM_3D, 0, 0, GL… 185 … GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, … 196 … GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, … 207 … GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, … [all …]
|
D | glsl_types.cpp | 343 case GLSL_SAMPLER_DIM_3D: in sampler_index() 845 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance() 888 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance() 918 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance() 960 case GLSL_SAMPLER_DIM_3D: in get_texture_instance() 992 case GLSL_SAMPLER_DIM_3D: in get_texture_instance() 1021 case GLSL_SAMPLER_DIM_3D: in get_texture_instance() 1050 case GLSL_SAMPLER_DIM_3D: in get_texture_instance() 1075 case GLSL_SAMPLER_DIM_3D: in get_image_instance() 1104 case GLSL_SAMPLER_DIM_3D: in get_image_instance() [all …]
|
D | glsl_types.h | 249 GLSL_SAMPLER_DIM_3D, enumerator
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.h | 68 case GLSL_SAMPLER_DIM_3D: in zink_sampler_type() 89 case GLSL_SAMPLER_DIM_3D: in zink_image_type()
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 53 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3) 64 T(isampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_INT, NONARRAY, COLOR, 3) 75 T(usampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_UINT, NONARRAY, COLOR, 3)
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 98 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, glsl_get_base_type(vec4)); in build_nir_copy_fragment_shader() 146 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, glsl_get_base_type(vec4)); in build_nir_copy_fragment_shader_depth() 194 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, glsl_get_base_type(vec4)); in build_nir_copy_fragment_shader_stencil() 233 return GLSL_SAMPLER_DIM_3D; in translate_sampler_dim() 851 result = build_pipeline(device, VK_IMAGE_ASPECT_COLOR_BIT, GLSL_SAMPLER_DIM_3D, format, in radv_device_init_meta_blit_color() 882 result = build_pipeline(device, VK_IMAGE_ASPECT_DEPTH_BIT, GLSL_SAMPLER_DIM_3D, in radv_device_init_meta_blit_depth() 912 result = build_pipeline(device, VK_IMAGE_ASPECT_STENCIL_BIT, GLSL_SAMPLER_DIM_3D, in radv_device_init_meta_blit_stencil()
|
D | radv_meta_etc_decode.c | 166 glsl_sampler_type(GLSL_SAMPLER_DIM_3D, false, false, GLSL_TYPE_FLOAT); in build_shader() 170 glsl_image_type(GLSL_SAMPLER_DIM_3D, false, GLSL_TYPE_FLOAT); in build_shader() 216 tex->sampler_dim = GLSL_SAMPLER_DIM_3D; in build_shader() 510 .image_dim = GLSL_SAMPLER_DIM_3D); in build_shader()
|
D | radv_meta_bufimage.c | 35 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itob_compute_shader() 210 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_btoi_compute_shader() 536 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D in build_nir_itoi_compute_shader() 891 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D in build_nir_cleari_compute_shader()
|
D | radv_meta_blit2d.c | 433 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D in build_nir_texel_fetch()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_enums.c | 96 case GLSL_SAMPLER_DIM_3D: in dxil_get_resource_kind()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_image.c | 106 else if (dim == GLSL_SAMPLER_DIM_3D) in ir3_get_image_coords()
|
D | ir3_nir.c | 327 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_finalize_nir()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_legalize_image_load_store.cpp | 75 case GLSL_SAMPLER_DIM_3D: in r600_legalize_image_load_store_impl()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/ |
D | lima_nir_lower_txp.c | 98 case GLSL_SAMPLER_DIM_3D: in lima_nir_lower_txp_instr()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d33_tex.c | 68 case GLSL_SAMPLER_DIM_3D: in v3d33_vir_emit_tex()
|
D | v3d40_tex.c | 453 case GLSL_SAMPLER_DIM_3D: { in vir_image_emit_register_writes()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_shader_util.c | 436 case GLSL_SAMPLER_DIM_3D: in ac_get_sampler_dim()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | codegen.c | 159 case GLSL_SAMPLER_DIM_3D: in ppir_codegen_encode_texld()
|
D | nir.c | 467 case GLSL_SAMPLER_DIM_3D: in ppir_emit_tex()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo.c | 386 [PIPE_TEXTURE_3D] = GLSL_SAMPLER_DIM_3D, in st_pbo_sampler_type_for_target()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 753 case GLSL_SAMPLER_DIM_3D: in lower_gradient() 1530 tex->sampler_dim == GLSL_SAMPLER_DIM_3D) || in nir_lower_tex_block()
|
D | nir_print.c | 950 [GLSL_SAMPLER_DIM_3D] = "3D", in print_intrinsic_instr()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 342 case 3: tex->sampler_dim = GLSL_SAMPLER_DIM_3D; break; in panvk_meta_copy_img2img_shader() 1365 case 3: tex->sampler_dim = GLSL_SAMPLER_DIM_3D; break; in panvk_meta_copy_img2buf_shader()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 487 return GLSL_SAMPLER_DIM_3D; in _mesa_texture_index_to_sampler_dim()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_compiler.cpp | 76 case GLSL_SAMPLER_DIM_3D: in resource_dimension()
|