Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_EXTERNAL (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.h71 case GLSL_SAMPLER_DIM_EXTERNAL: in zink_sampler_type()
92 case GLSL_SAMPLER_DIM_EXTERNAL: in zink_image_type()
Dnir_to_spirv.c674 case GLSL_SAMPLER_DIM_EXTERNAL: in type_to_dim()
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp352 case GLSL_SAMPLER_DIM_EXTERNAL: in sampler_index()
875 case GLSL_SAMPLER_DIM_EXTERNAL: in get_sampler_instance()
908 case GLSL_SAMPLER_DIM_EXTERNAL: in get_sampler_instance()
938 case GLSL_SAMPLER_DIM_EXTERNAL: in get_sampler_instance()
984 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_instance()
1013 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_instance()
1042 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_instance()
1069 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_instance()
1096 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_instance()
3257 case GLSL_SAMPLER_DIM_EXTERNAL: in glsl_get_sampler_dim_coordinate_components()
Dbuiltin_type_macros.h134 …alOES, GL_SAMPLER_EXTERNAL_OES, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_EXTERNAL, 0, 0, G…
Dglsl_types.h249 GLSL_SAMPLER_DIM_EXTERNAL, enumerator
/third_party/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp100 GLSL_SAMPLER_DIM_EXTERNAL, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_tex_src_plane.c64 glsl_sampler_type(GLSL_SAMPLER_DIM_EXTERNAL, false, false, GLSL_TYPE_FLOAT); in add_sampler()
/third_party/mesa3d/src/amd/common/
Dac_shader_util.c233 case GLSL_SAMPLER_DIM_EXTERNAL: in ac_get_sampler_dim()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.c138 case GLSL_SAMPLER_DIM_EXTERNAL: in ppir_codegen_encode_texld()
Dnir.c453 case GLSL_SAMPLER_DIM_EXTERNAL: in ppir_emit_tex()
/third_party/mesa3d/src/mesa/program/
Dprog_to_nir.c500 return GLSL_SAMPLER_DIM_EXTERNAL; in _mesa_texture_index_to_sampler_dim()
Dir_to_mesa.cpp2110 case GLSL_SAMPLER_DIM_EXTERNAL: in visit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c695 case GLSL_SAMPLER_DIM_EXTERNAL: in emit_tex()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c750 case GLSL_SAMPLER_DIM_EXTERNAL: in agx_tex_dim()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2319 case GLSL_SAMPLER_DIM_EXTERNAL: in bifrost_tex_format()
2827 case GLSL_SAMPLER_DIM_EXTERNAL: in bi_is_simple_tex()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c429 case GLSL_SAMPLER_DIM_EXTERNAL: in tgsi_texture_type_from_sampler_dim()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2118 case GLSL_SAMPLER_DIM_EXTERNAL: in midgard_tex_format()
/third_party/mesa3d/src/compiler/nir/
Dnir.h2341 case GLSL_SAMPLER_DIM_EXTERNAL: in nir_tex_instr_result_size()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2905 case GLSL_SAMPLER_DIM_EXTERNAL: in convert()
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2549 case GLSL_SAMPLER_DIM_EXTERNAL: { in get_type_name_for_precision_qualifier()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4165 - zink: handle GLSL_SAMPLER_DIM_EXTERNAL in ntv