Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_1D (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h81 …ler, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GL…
82 …ler1D, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GL…
86 …ler1DArray, GL_SAMPLER_1D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 1, GL…
94 …1D, GL_INT_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GL…
98 …1DArray, GL_INT_SAMPLER_1D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 1, GL…
106 … GL_UNSIGNED_INT_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GL…
110 … GL_UNSIGNED_INT_SAMPLER_1D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 1, GL…
118 …hadow, GL_SAMPLER_1D_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 1, 0…
121 …rrayShadow, GL_SAMPLER_1D_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 1, 1…
128 … GL_IMAGE_1D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_1D, 0, 0, …
[all …]
Dglsl_types.cpp306 case GLSL_SAMPLER_DIM_1D: in sampler_index()
605 case GLSL_SAMPLER_DIM_1D: in get_sampler_instance()
654 case GLSL_SAMPLER_DIM_1D: in get_sampler_instance()
684 case GLSL_SAMPLER_DIM_1D: in get_sampler_instance()
724 case GLSL_SAMPLER_DIM_1D: in get_image_instance()
753 case GLSL_SAMPLER_DIM_1D: in get_image_instance()
782 case GLSL_SAMPLER_DIM_1D: in get_image_instance()
1964 case GLSL_SAMPLER_DIM_1D: in coordinate_components()
Dglsl_types.h76 GLSL_SAMPLER_DIM_1D = 0, enumerator
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp52 T( sampler1D, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1)
56 T( sampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 2)
63 T(isampler1D, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_INT, NONARRAY, COLOR, 1)
67 T(isampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_INT, ARRAY, COLOR, 2)
74 T(usampler1D, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_UINT, NONARRAY, COLOR, 1)
78 T(usampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_UINT, ARRAY, COLOR, 2)
86 T(sampler1DShadow, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 1)
91 GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, ARRAY, SHADOW, 2)
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c82 unsigned swz[] = { 0, (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 1), 2 }; in build_nir_copy_fragment_shader()
85 (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 3), false); in build_nir_copy_fragment_shader()
136 unsigned swz[] = { 0, (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 1), 2 }; in build_nir_copy_fragment_shader_depth()
139 (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 3), false); in build_nir_copy_fragment_shader_depth()
190 unsigned swz[] = { 0, (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 1), 2 }; in build_nir_copy_fragment_shader_stencil()
193 (tex_dim == GLSL_SAMPLER_DIM_1D ? 2 : 3), false); in build_nir_copy_fragment_shader_stencil()
720 fs_1d.nir = build_nir_copy_fragment_shader(GLSL_SAMPLER_DIM_1D); in radv_device_init_meta_blit_color()
902 fs_1d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_1D); in radv_device_init_meta_blit_depth()
1081 fs_1d.nir = build_nir_copy_fragment_shader_stencil(GLSL_SAMPLER_DIM_1D); in radv_device_init_meta_blit_stencil()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1179 instr->sampler_dim = GLSL_SAMPLER_DIM_1D; in setup_texture_info()
1182 instr->sampler_dim = GLSL_SAMPLER_DIM_1D; in setup_texture_info()
1186 instr->sampler_dim = GLSL_SAMPLER_DIM_1D; in setup_texture_info()
1190 instr->sampler_dim = GLSL_SAMPLER_DIM_1D; in setup_texture_info()
1332 case GLSL_SAMPLER_DIM_1D: in ttn_tex()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c566 instr->sampler_dim = GLSL_SAMPLER_DIM_1D; in ptn_tex()
586 case GLSL_SAMPLER_DIM_1D: in ptn_tex()
Dir_to_mesa.cpp2129 case GLSL_SAMPLER_DIM_1D: in visit()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c517 case GLSL_SAMPLER_DIM_1D: in lower_gradient_shadow()
Dnir.h1205 case GLSL_SAMPLER_DIM_1D: in nir_tex_instr_dest_size()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c834 case SpvDim1D: dim = GLSL_SAMPLER_DIM_1D; break; in vtn_handle_type()
1524 case GLSL_SAMPLER_DIM_1D: in vtn_handle_texture()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2378 case GLSL_SAMPLER_DIM_1D: { in get_type_name_for_precision_qualifier()
2443 case GLSL_SAMPLER_DIM_1D: { in get_type_name_for_precision_qualifier()
2498 case GLSL_SAMPLER_DIM_1D: { in get_type_name_for_precision_qualifier()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2234 case GLSL_SAMPLER_DIM_1D: in image_type_to_components_count()
3311 case GLSL_SAMPLER_DIM_1D: in visit_tex()
3343 if (instr->sampler_dim == GLSL_SAMPLER_DIM_1D && instr->is_array && instr->op != nir_texop_txf) { in visit_tex()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1358 case GLSL_SAMPLER_DIM_1D: in tex_info()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c423 if (instr->sampler_dim == GLSL_SAMPLER_DIM_1D) in ntq_emit_tex()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3704 case GLSL_SAMPLER_DIM_1D: in visit_image_intrinsic()
4234 case GLSL_SAMPLER_DIM_1D: in visit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_nir.cpp3729 type->sampler_dimensionality == GLSL_SAMPLER_DIM_1D && in nir_emit_intrinsic()