Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dbuiltin_type_macros.h91 …ler2DMS, GL_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GL…
92 …ler2DMSArray, GL_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GL…
103 …2DMS, GL_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GL…
104 …2DMSArray, GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GL…
115 … GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GL…
116 …, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GL…
137 … GL_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, …
138 …ray, GL_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, …
148 … GL_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, …
149 …rray, GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, …
[all …]
Dglsl_types.cpp320 case GLSL_SAMPLER_DIM_MS: in sampler_index()
637 case GLSL_SAMPLER_DIM_MS: in get_sampler_instance()
672 case GLSL_SAMPLER_DIM_MS: in get_sampler_instance()
702 case GLSL_SAMPLER_DIM_MS: in get_sampler_instance()
742 case GLSL_SAMPLER_DIM_MS: in get_image_instance()
771 case GLSL_SAMPLER_DIM_MS: in get_image_instance()
800 case GLSL_SAMPLER_DIM_MS: in get_image_instance()
1970 case GLSL_SAMPLER_DIM_MS: in coordinate_components()
Dglsl_types.h83 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/amd/vulkan/
Dradv_meta_resolve_cs.c40 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, in build_resolve_compute_shader()
90 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; in build_resolve_compute_shader()
111 tex_all_same->sampler_dim = GLSL_SAMPLER_DIM_MS; in build_resolve_compute_shader()
132 tex_add->sampler_dim = GLSL_SAMPLER_DIM_MS; in build_resolve_compute_shader()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1202 instr->sampler_dim = GLSL_SAMPLER_DIM_MS; in setup_texture_info()
1205 instr->sampler_dim = GLSL_SAMPLER_DIM_MS; in setup_texture_info()
1339 case GLSL_SAMPLER_DIM_MS: in ttn_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c858 dim = GLSL_SAMPLER_DIM_MS; in vtn_handle_type()
1469 if (glsl_get_sampler_dim(image_type) == GLSL_SAMPLER_DIM_MS) { in vtn_handle_texture()
1530 case GLSL_SAMPLER_DIM_MS: in vtn_handle_texture()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c241 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; in blorp_nir_txf_ms()
268 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; in blorp_nir_txf_ms_mcs()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c593 case GLSL_SAMPLER_DIM_MS: in ptn_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1663 name = instr->sampler_dim == GLSL_SAMPLER_DIM_MS ? "llvm.SI.image.load" : in build_tex_intrinsic()
2238 case GLSL_SAMPLER_DIM_MS: in image_type_to_components_count()
2272 bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || in get_image_coords()
3410 if (instr->sampler_dim == GLSL_SAMPLER_DIM_MS && in visit_tex()
/external/mesa3d/src/compiler/nir/
Dnir.h1211 case GLSL_SAMPLER_DIM_MS: in nir_tex_instr_dest_size()
/external/mesa3d/src/compiler/glsl/
Dir.cpp1333 assert(sampler->type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS); in set_sampler()
Dast_to_hir.cpp2409 case GLSL_SAMPLER_DIM_MS: { in get_type_name_for_precision_qualifier()
2471 case GLSL_SAMPLER_DIM_MS: { in get_type_name_for_precision_qualifier()
2526 case GLSL_SAMPLER_DIM_MS: { in get_type_name_for_precision_qualifier()
Dbuiltin_functions.cpp3073 (types[i]->sampler_dimensionality == GLSL_SAMPLER_DIM_MS || in add_image_function()
4593 case GLSL_SAMPLER_DIM_MS: in UNOP()
4777 if (sampler_type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in _texelFetch()
5536 if (image_type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) in _image_prototype()
Dglsl_to_nir.cpp898 if (type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3632 if (type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in visit_image_intrinsic()
3728 case GLSL_SAMPLER_DIM_MS: in visit_image_intrinsic()
4258 case GLSL_SAMPLER_DIM_MS: in visit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1365 case GLSL_SAMPLER_DIM_MS: in tex_info()