Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h120 …ler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
132 …3D, GL_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
144 … GL_UNSIGNED_INT_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GL…
166 … GL_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
177 … GL_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
188 … GL_UNSIGNED_INT_IMAGE_3D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_3D, 0, 0, …
Dglsl_types.cpp306 case GLSL_SAMPLER_DIM_3D: in sampler_index()
745 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
788 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
818 case GLSL_SAMPLER_DIM_3D: in get_sampler_instance()
858 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
887 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
916 case GLSL_SAMPLER_DIM_3D: in get_image_instance()
2117 case GLSL_SAMPLER_DIM_3D: in coordinate_components()
Dglsl_types.h106 GLSL_SAMPLER_DIM_3D, enumerator
/external/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)
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c127 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader()
181 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader_depth()
235 glsl_sampler_type(tex_dim, false, tex_dim != GLSL_SAMPLER_DIM_3D, in build_nir_copy_fragment_shader_stencil()
719 fs_3d.nir = build_nir_copy_fragment_shader(GLSL_SAMPLER_DIM_3D); in radv_device_init_meta_blit_color()
883 fs_3d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_3D); in radv_device_init_meta_blit_depth()
1044 fs_3d.nir = build_nir_copy_fragment_shader_stencil(GLSL_SAMPLER_DIM_3D); in radv_device_init_meta_blit_stencil()
Dradv_meta_bufimage.c39 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itob_compute_shader()
265 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_btoi_compute_shader()
485 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_itoi_compute_shader()
701 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_cleari_compute_shader()
Dradv_meta_blit2d.c430 enum glsl_sampler_dim dim = is_3d ? GLSL_SAMPLER_DIM_3D : GLSL_SAMPLER_DIM_2D; in build_nir_texel_fetch()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir.c138 tex_options.lower_txp = (1 << GLSL_SAMPLER_DIM_3D); in ir3_optimize_nir()
Dir3_compiler_nir.c1600 case GLSL_SAMPLER_DIM_3D: in get_image_coords()
2226 case GLSL_SAMPLER_DIM_3D: in tex_info()
/external/mesa3d/src/broadcom/compiler/
Dv3d33_tex.c61 case GLSL_SAMPLER_DIM_3D: in v3d33_vir_emit_tex()
Dnir_to_vir.c296 case GLSL_SAMPLER_DIM_3D: in ntq_emit_txs()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c572 instr->sampler_dim = GLSL_SAMPLER_DIM_3D; in ptn_tex()
596 case GLSL_SAMPLER_DIM_3D: in ptn_tex()
Dir_to_mesa.cpp2163 case GLSL_SAMPLER_DIM_3D: in visit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1166 instr->sampler_dim = GLSL_SAMPLER_DIM_3D; in setup_texture_info()
1290 case GLSL_SAMPLER_DIM_3D: in ttn_tex()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c536 case GLSL_SAMPLER_DIM_3D: in lower_gradient()
Dnir.h1280 case GLSL_SAMPLER_DIM_3D: in nir_tex_instr_dest_size()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3435 case GLSL_SAMPLER_DIM_3D: in image_type_to_components_count()
3667 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_3D || in visit_image_load()
3729 glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_3D; in visit_image_store()
3850 glsl_get_sampler_dim(var->type) == GLSL_SAMPLER_DIM_3D; in visit_image_size()
4971 case GLSL_SAMPLER_DIM_3D: in visit_tex()
5033 if (instr->sampler_dim != GLSL_SAMPLER_DIM_3D && in visit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1191 case SpvDim3D: dim = GLSL_SAMPLER_DIM_3D; break; in vtn_handle_type()
1965 case GLSL_SAMPLER_DIM_3D: in vtn_handle_texture()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2443 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
2506 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
2561 case GLSL_SAMPLER_DIM_3D: { in get_type_name_for_precision_qualifier()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c233 tex->sampler_dim = GLSL_SAMPLER_DIM_3D; in blorp_nir_txf()