Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_3D (Results 1 – 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h92 …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 …]
Dglsl_types.cpp343 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 …]
Dglsl_types.h249 GLSL_SAMPLER_DIM_3D, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.h68 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/
Dsampler_types_test.cpp53 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/
Dradv_meta_blit.c98 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()
Dradv_meta_etc_decode.c166 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()
Dradv_meta_bufimage.c35 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()
Dradv_meta_blit2d.c433 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D in build_nir_texel_fetch()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c96 case GLSL_SAMPLER_DIM_3D: in dxil_get_resource_kind()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_image.c106 else if (dim == GLSL_SAMPLER_DIM_3D) in ir3_get_image_coords()
Dir3_nir.c327 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_finalize_nir()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_legalize_image_load_store.cpp75 case GLSL_SAMPLER_DIM_3D: in r600_legalize_image_load_store_impl()
/third_party/mesa3d/src/gallium/drivers/lima/ir/
Dlima_nir_lower_txp.c98 case GLSL_SAMPLER_DIM_3D: in lima_nir_lower_txp_instr()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d33_tex.c68 case GLSL_SAMPLER_DIM_3D: in v3d33_vir_emit_tex()
Dv3d40_tex.c453 case GLSL_SAMPLER_DIM_3D: { in vir_image_emit_register_writes()
/third_party/mesa3d/src/amd/common/
Dac_shader_util.c436 case GLSL_SAMPLER_DIM_3D: in ac_get_sampler_dim()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.c159 case GLSL_SAMPLER_DIM_3D: in ppir_codegen_encode_texld()
Dnir.c467 case GLSL_SAMPLER_DIM_3D: in ppir_emit_tex()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c386 [PIPE_TEXTURE_3D] = GLSL_SAMPLER_DIM_3D, in st_pbo_sampler_type_for_target()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c753 case GLSL_SAMPLER_DIM_3D: in lower_gradient()
1530 tex->sampler_dim == GLSL_SAMPLER_DIM_3D) || in nir_lower_tex_block()
Dnir_print.c950 [GLSL_SAMPLER_DIM_3D] = "3D", in print_intrinsic_instr()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c342 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/
Dprog_to_nir.c487 return GLSL_SAMPLER_DIM_3D; in _mesa_texture_index_to_sampler_dim()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp76 case GLSL_SAMPLER_DIM_3D: in resource_dimension()

12