/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 127 …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 …]
|
D | glsl_types.cpp | 316 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()
|
D | glsl_types.h | 111 GLSL_SAMPLER_DIM_MS, enumerator
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | sampler_types_test.cpp | 61 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/ |
D | blorp_nir_builder.h | 44 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; in blorp_nir_txf_ms_mcs()
|
D | blorp_blit.c | 250 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/ |
D | radv_meta.c | 506 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()
|
D | radv_meta_resolve_cs.c | 78 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, in build_resolve_compute_shader()
|
D | radv_meta_resolve_fs.c | 60 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS, in build_resolve_fragment_shader()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1150 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/ |
D | spirv_to_nir.c | 1213 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/ |
D | prog_to_nir.c | 593 case GLSL_SAMPLER_DIM_MS: in ptn_tex()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 1274 case GLSL_SAMPLER_DIM_MS: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir.cpp | 1492 assert(sampler->type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS); in set_sampler()
|
D | ast_to_hir.cpp | 2458 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()
|
D | builtin_functions.cpp | 3410 (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()
|
D | glsl_to_nir.cpp | 925 if (type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in visit()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1598 case GLSL_SAMPLER_DIM_MS: in get_image_coords() 2223 case GLSL_SAMPLER_DIM_MS: in tex_info()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 2334 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/ |
D | st_glsl_to_tgsi.cpp | 3718 if (type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in visit_image_intrinsic()
|