/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 91 …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 …]
|
D | glsl_types.cpp | 320 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()
|
D | glsl_types.h | 83 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/amd/vulkan/ |
D | radv_meta_resolve_cs.c | 40 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/ |
D | tgsi_to_nir.c | 1202 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/ |
D | spirv_to_nir.c | 858 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/ |
D | blorp_blit.c | 241 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/ |
D | prog_to_nir.c | 593 case GLSL_SAMPLER_DIM_MS: in ptn_tex()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1663 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/ |
D | nir.h | 1211 case GLSL_SAMPLER_DIM_MS: in nir_tex_instr_dest_size()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir.cpp | 1333 assert(sampler->type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS); in set_sampler()
|
D | ast_to_hir.cpp | 2409 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()
|
D | builtin_functions.cpp | 3073 (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()
|
D | glsl_to_nir.cpp | 898 if (type->sampler_dimensionality == GLSL_SAMPLER_DIM_MS) { in visit()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 3632 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/ |
D | ir3_compiler_nir.c | 1365 case GLSL_SAMPLER_DIM_MS: in tex_info()
|