Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_2D (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp53 T( sampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
57 T( sampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
64 T(isampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_INT, NONARRAY, COLOR, 2)
68 T(isampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_INT, ARRAY, COLOR, 3)
75 T(usampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_UINT, NONARRAY, COLOR, 2)
79 T(usampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_UINT, ARRAY, COLOR, 3)
87 T(sampler2DShadow, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, NONARRAY, SHADOW, 2)
93 GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, SHADOW, 3)
/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h119 …ler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL…
123 …ler2DArray, GL_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL…
131 …2D, GL_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL…
135 …2DArray, GL_INT_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL…
143 … GL_UNSIGNED_INT_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GL…
147 … GL_UNSIGNED_INT_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GL…
155 …hadow, GL_SAMPLER_2D_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 1, 0…
158 …rrayShadow, GL_SAMPLER_2D_ARRAY_SHADOW, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 1, 1…
165 … GL_IMAGE_2D, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 0, …
171 …y, GL_IMAGE_2D_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_2D, 0, 1, …
[all …]
Dglsl_types.cpp304 case GLSL_SAMPLER_DIM_2D: in sampler_index()
740 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance()
786 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance()
816 case GLSL_SAMPLER_DIM_2D: in get_sampler_instance()
856 case GLSL_SAMPLER_DIM_2D: in get_image_instance()
885 case GLSL_SAMPLER_DIM_2D: in get_image_instance()
914 case GLSL_SAMPLER_DIM_2D: in get_image_instance()
2110 case GLSL_SAMPLER_DIM_2D: in coordinate_components()
Dglsl_types.h105 GLSL_SAMPLER_DIM_2D, enumerator
/external/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c132 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_color()
162 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_color()
177 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_color()
Dnir_lower_bitmap.c93 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_bitmap()
Dnir_lower_tex.c208 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in lower_rect()
226 plane_tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in sample_plane()
Dnir.h1272 case GLSL_SAMPLER_DIM_2D: in nir_tex_instr_dest_size()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_txf_ms.c66 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in vc4_nir_lower_txf_ms_instr()
Dv3d33_tex.c54 case GLSL_SAMPLER_DIM_2D: in v3d33_vir_emit_tex()
Dnir_to_vir.c295 case GLSL_SAMPLER_DIM_2D: in ntq_emit_txs()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_fast_clear.c36 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_dcc_decompress_compute_shader()
40 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_dcc_decompress_compute_shader()
71 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in build_dcc_decompress_compute_shader()
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_blit.c718 fs_2d.nir = build_nir_copy_fragment_shader(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_color()
882 fs_2d.nir = build_nir_copy_fragment_shader_depth(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_depth()
1043 fs_2d.nir = build_nir_copy_fragment_shader_stencil(GLSL_SAMPLER_DIM_2D); in radv_device_init_meta_blit_stencil()
Dradv_meta_resolve_cs.c82 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, in build_resolve_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/auxiliary/nir/
Dtgsi_to_nir.c1143 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info()
1146 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info()
1157 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info()
1161 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in setup_texture_info()
1284 case GLSL_SAMPLER_DIM_2D: in ttn_tex()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c569 instr->sampler_dim = GLSL_SAMPLER_DIM_2D; in ptn_tex()
590 case GLSL_SAMPLER_DIM_2D: in ptn_tex()
Dir_to_mesa.cpp2125 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D && in visit()
2159 case GLSL_SAMPLER_DIM_2D: in visit()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1190 case SpvDim2D: dim = GLSL_SAMPLER_DIM_2D; break; in vtn_handle_type()
1212 if (dim == GLSL_SAMPLER_DIM_2D) in vtn_handle_type()
1960 case GLSL_SAMPLER_DIM_2D: in vtn_handle_texture()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1595 case GLSL_SAMPLER_DIM_2D: in get_image_coords()
2220 case GLSL_SAMPLER_DIM_2D: in tex_info()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2435 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier()
2499 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier()
2554 case GLSL_SAMPLER_DIM_2D: { in get_type_name_for_precision_qualifier()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c217 tex->sampler_dim = GLSL_SAMPLER_DIM_2D; in blorp_nir_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3431 case GLSL_SAMPLER_DIM_2D: in image_type_to_components_count()
4977 case GLSL_SAMPLER_DIM_2D: in visit_tex()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4271 if ((sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_2D && in visit()