Home
last modified time | relevance | path

Searched refs:GLSL_SAMPLER_DIM_MS (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h127 …ler2DMS, GL_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GL…
128 …ler2DMSArray, GL_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GL…
139 …2DMS, GL_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GL…
140 …2DMSArray, GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GL…
151 … GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GL…
152 …, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GL…
173 … GL_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, …
174 …ray, GL_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, …
184 … GL_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, …
185 …rray, GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, …
[all …]
Dglsl_types.cpp316 case GLSL_SAMPLER_DIM_MS: in sampler_index()
767 case GLSL_SAMPLER_DIM_MS: in get_sampler_instance()
802 case GLSL_SAMPLER_DIM_MS: in get_sampler_instance()
832 case GLSL_SAMPLER_DIM_MS: in get_sampler_instance()
872 case GLSL_SAMPLER_DIM_MS: in get_image_instance()
901 case GLSL_SAMPLER_DIM_MS: in get_image_instance()
930 case GLSL_SAMPLER_DIM_MS: in get_image_instance()
2112 case GLSL_SAMPLER_DIM_MS: in coordinate_components()
Dglsl_types.h111 GLSL_SAMPLER_DIM_MS, enumerator
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp61 T( sampler2DMS, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
62 T( sampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
72 T(isampler2DMS, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_INT, NONARRAY, COLOR, 2)
73 T(isampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_INT, ARRAY, COLOR, 3)
83 T(usampler2DMS, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_UINT, NONARRAY, COLOR, 2)
84 T(usampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_UINT, ARRAY, COLOR, 3)
/external/mesa3d/src/intel/blorp/
Dblorp_nir_builder.h44 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; in blorp_nir_txf_ms_mcs()
Dblorp_blit.c250 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; in blorp_nir_txf_ms()
278 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; in blorp_blit_txf_ms_mcs()
/external/mesa3d/src/amd/vulkan/
Dradv_meta.c506 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; in radv_meta_build_resolve_shader_core()
525 tex_all_same->sampler_dim = GLSL_SAMPLER_DIM_MS; in radv_meta_build_resolve_shader_core()
546 tex_add->sampler_dim = GLSL_SAMPLER_DIM_MS; in radv_meta_build_resolve_shader_core()
Dradv_meta_resolve_cs.c78 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, in build_resolve_compute_shader()
Dradv_meta_resolve_fs.c60 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, in build_resolve_fragment_shader()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1150 instr->sampler_dim = GLSL_SAMPLER_DIM_MS; in setup_texture_info()
1153 instr->sampler_dim = GLSL_SAMPLER_DIM_MS; in setup_texture_info()
1287 case GLSL_SAMPLER_DIM_MS: in ttn_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1213 dim = GLSL_SAMPLER_DIM_MS; in vtn_handle_type()
1901 if (glsl_get_sampler_dim(image_type) == GLSL_SAMPLER_DIM_MS) { in vtn_handle_texture()
1962 case GLSL_SAMPLER_DIM_MS: in vtn_handle_texture()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c593 case GLSL_SAMPLER_DIM_MS: in ptn_tex()
/external/mesa3d/src/compiler/nir/
Dnir.h1274 case GLSL_SAMPLER_DIM_MS: in nir_tex_instr_dest_size()
/external/mesa3d/src/compiler/glsl/
Dir.cpp1492 assert(sampler->type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS); in set_sampler()
Dast_to_hir.cpp2458 case GLSL_SAMPLER_DIM_MS: { in get_type_name_for_precision_qualifier()
2520 case GLSL_SAMPLER_DIM_MS: { in get_type_name_for_precision_qualifier()
2575 case GLSL_SAMPLER_DIM_MS: { in get_type_name_for_precision_qualifier()
Dbuiltin_functions.cpp3410 (types[i]->sampler_dimensionality == GLSL_SAMPLER_DIM_MS || in add_image_function()
5054 case GLSL_SAMPLER_DIM_MS: in UNOP()
5240 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in _texelFetch()
6000 if (image_type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) in _image_prototype()
Dglsl_to_nir.cpp925 if (type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in visit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1598 case GLSL_SAMPLER_DIM_MS: in get_image_coords()
2223 case GLSL_SAMPLER_DIM_MS: in tex_info()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2334 instr->sampler_dim == GLSL_SAMPLER_DIM_MS ? in build_tex_intrinsic()
3433 case GLSL_SAMPLER_DIM_MS: in image_type_to_components_count()
3547 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || in get_image_coords()
5101 if (instr->sampler_dim == GLSL_SAMPLER_DIM_MS && in visit_tex()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3718 if (type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in visit_image_intrinsic()