/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 81 …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 …]
|
D | glsl_types.cpp | 306 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()
|
D | glsl_types.h | 76 GLSL_SAMPLER_DIM_1D = 0, enumerator
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 52 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/ |
D | radv_meta_blit.c | 82 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/ |
D | tgsi_to_nir.c | 1179 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/ |
D | prog_to_nir.c | 566 instr->sampler_dim = GLSL_SAMPLER_DIM_1D; in ptn_tex() 586 case GLSL_SAMPLER_DIM_1D: in ptn_tex()
|
D | ir_to_mesa.cpp | 2129 case GLSL_SAMPLER_DIM_1D: in visit()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 517 case GLSL_SAMPLER_DIM_1D: in lower_gradient_shadow()
|
D | nir.h | 1205 case GLSL_SAMPLER_DIM_1D: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 834 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/ |
D | ast_to_hir.cpp | 2378 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/ |
D | ac_nir_to_llvm.c | 2234 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/ |
D | ir3_compiler_nir.c | 1358 case GLSL_SAMPLER_DIM_1D: in tex_info()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 423 if (instr->sampler_dim == GLSL_SAMPLER_DIM_1D) in ntq_emit_tex()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 3704 case GLSL_SAMPLER_DIM_1D: in visit_image_intrinsic() 4234 case GLSL_SAMPLER_DIM_1D: in visit()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_nir.cpp | 3729 type->sampler_dimensionality == GLSL_SAMPLER_DIM_1D && in nir_emit_intrinsic()
|