Searched refs:GLSL_SAMPLER_DIM_EXTERNAL (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 314 case GLSL_SAMPLER_DIM_EXTERNAL: in sampler_index() 771 case GLSL_SAMPLER_DIM_EXTERNAL: in get_sampler_instance() 804 case GLSL_SAMPLER_DIM_EXTERNAL: in get_sampler_instance() 834 case GLSL_SAMPLER_DIM_EXTERNAL: in get_sampler_instance() 878 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_instance() 907 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_instance() 936 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_instance() 2113 case GLSL_SAMPLER_DIM_EXTERNAL: in coordinate_components()
|
D | glsl_types.h | 110 GLSL_SAMPLER_DIM_EXTERNAL, enumerator
|
D | builtin_type_macros.h | 162 …alOES, GL_SAMPLER_EXTERNAL_OES, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_EXTERNAL, 0, 0, G…
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 100 GLSL_SAMPLER_DIM_EXTERNAL, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 592 case GLSL_SAMPLER_DIM_EXTERNAL: in ptn_tex()
|
D | ir_to_mesa.cpp | 2175 case GLSL_SAMPLER_DIM_EXTERNAL: in visit()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 1276 case GLSL_SAMPLER_DIM_EXTERNAL: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1597 case GLSL_SAMPLER_DIM_EXTERNAL: in get_image_coords() 2222 case GLSL_SAMPLER_DIM_EXTERNAL: in tex_info()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1286 case GLSL_SAMPLER_DIM_EXTERNAL: in ttn_tex()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 2479 case GLSL_SAMPLER_DIM_EXTERNAL: { in get_type_name_for_precision_qualifier()
|