Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/compiler/
Dbuiltin_type_macros.h91 …ler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
103 …3D, GL_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
115 … GL_UNSIGNED_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
138 … GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
149 … GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
160 … GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
171 … GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
182 … GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
196 DECL_TYPE(vimage3D, GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_VOID)
Dglsl_types.cpp344 case GLSL_SAMPLER_DIM_3D: in sampler_index()
849 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
892 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
922 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
964 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
993 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
1022 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
1051 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
1078 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
1105 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
[all …]
Dglsl_types.h245 GLSL_SAMPLER_DIM_3D, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.h67 case GLSL_SAMPLER_DIM_3D: in zink_sampler_type()
88 case GLSL_SAMPLER_DIM_3D: in zink_image_type()
Dnir_to_spirv.c666 case GLSL_SAMPLER_DIM_3D: in type_to_dim()
3089 tex->sampler_dim == GLSL_SAMPLER_DIM_3D || in tex_instr_is_lod_allowed()
/third_party/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp54 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
65 T(isampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_INT, NONARRAY, COLOR, 3)
76 T(usampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_UINT, NONARRAY, COLOR, 3)
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c99 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, glsl_get_base_type(vec4)); in build_nir_copy_fragment_shader()
147 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, glsl_get_base_type(vec4)); in build_nir_copy_fragment_shader_depth()
195 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, glsl_get_base_type(vec4)); in build_nir_copy_fragment_shader_stencil()
234 return GLSL_SAMPLER_DIM_3D; in translate_sampler_dim()
935 result = build_pipeline(device, VK_IMAGE_ASPECT_COLOR_BIT, GLSL_SAMPLER_DIM_3D, key, in radv_device_init_meta_blit_color()
1023 result = build_pipeline(device, VK_IMAGE_ASPECT_DEPTH_BIT, GLSL_SAMPLER_DIM_3D, 0, in radv_device_init_meta_blit_depth()
1110 result = build_pipeline(device, VK_IMAGE_ASPECT_STENCIL_BIT, GLSL_SAMPLER_DIM_3D, 0, in radv_device_init_meta_blit_stencil()
Dradv_meta_bufimage.c38 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itob_compute_shader()
219 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_btoi_compute_shader()
552 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D in build_nir_itoi_compute_shader()
913 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D in build_nir_cleari_compute_shader()
Dradv_meta_blit2d.c468 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D in build_nir_texel_fetch()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.c93 case GLSL_SAMPLER_DIM_3D: in dxil_get_resource_kind()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_legalize_image_load_store.cpp74 case GLSL_SAMPLER_DIM_3D: in r600_legalize_image_load_store_impl()
/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.c235 case GLSL_SAMPLER_DIM_3D: in ac_get_sampler_dim()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c397 [PIPE_TEXTURE_3D] = GLSL_SAMPLER_DIM_3D, in sampler_type_for_target()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c390 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_finalize_nir()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c714 case GLSL_SAMPLER_DIM_3D: in lower_gradient()
1418 tex->sampler_dim == GLSL_SAMPLER_DIM_3D))) { in nir_lower_tex_block()
Dnir_print.c852 [GLSL_SAMPLER_DIM_3D] = "3D", in print_intrinsic_instr()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c485 return GLSL_SAMPLER_DIM_3D; in _mesa_texture_index_to_sampler_dim()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c424 case 3: tex->sampler_dim = GLSL_SAMPLER_DIM_3D; break; in panvk_meta_copy_img2img_shader()
1492 case 3: tex->sampler_dim = GLSL_SAMPLER_DIM_3D; break; in panvk_meta_copy_img2buf_shader()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp118 case GLSL_SAMPLER_DIM_3D: in resource_dimension()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c757 case GLSL_SAMPLER_DIM_3D: in agx_tex_dim()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blitter.c500 sampler_dim = GLSL_SAMPLER_DIM_3D; in pan_blitter_get_blit_shader()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c3246 case GLSL_SAMPLER_DIM_3D: return 0x7; in get_channel_mask_for_sampler_dim()
3475 case VK_IMAGE_TYPE_3D: return GLSL_SAMPLER_DIM_3D; in get_sampler_dim()
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2513 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
2576 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
2631 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()

12