| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| 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)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| 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)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| builtin_type_macros.h | 98 DECL_TYPE(sampler2DMS, GL_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_FLOAT) 99 DECL_TYPE(sampler2DMSArray, GL_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_FLOAT) 110 DECL_TYPE(isampler2DMS, GL_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_INT) 111 DECL_TYPE(isampler2DMSArray, GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_INT) 122 DECL_TYPE(usampler2DMS, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_UINT) 123 DECL_TYPE(usampler2DMSArray, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_UINT) 145 DECL_TYPE(image2DMS, GL_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_FLOAT) 146 DECL_TYPE(image2DMSArray, GL_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_FLOAT) 156 DECL_TYPE(iimage2DMS, GL_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_INT) 157 DECL_TYPE(iimage2DMSArray, GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_INT [all...] |
| glsl_types.cpp | 354 case GLSL_SAMPLER_DIM_MS: 871 case GLSL_SAMPLER_DIM_MS: 906 case GLSL_SAMPLER_DIM_MS: 936 case GLSL_SAMPLER_DIM_MS: 978 case GLSL_SAMPLER_DIM_MS: 1007 case GLSL_SAMPLER_DIM_MS: 1036 case GLSL_SAMPLER_DIM_MS: 1065 case GLSL_SAMPLER_DIM_MS: 1092 case GLSL_SAMPLER_DIM_MS: 3256 case GLSL_SAMPLER_DIM_MS [all...] |
| glsl_types.h | 250 GLSL_SAMPLER_DIM_MS,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| nir_to_spirv.h | 70 case GLSL_SAMPLER_DIM_MS: 91 case GLSL_SAMPLER_DIM_MS:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| builtin_type_macros.h | 98 DECL_TYPE(sampler2DMS, GL_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_FLOAT) 99 DECL_TYPE(sampler2DMSArray, GL_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_FLOAT) 110 DECL_TYPE(isampler2DMS, GL_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_INT) 111 DECL_TYPE(isampler2DMSArray, GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_INT) 122 DECL_TYPE(usampler2DMS, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_UINT) 123 DECL_TYPE(usampler2DMSArray, GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_UINT) 144 DECL_TYPE(image2DMS, GL_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_FLOAT) 145 DECL_TYPE(image2DMSArray, GL_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_FLOAT) 155 DECL_TYPE(iimage2DMS, GL_INT_IMAGE_2D_MULTISAMPLE, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 0, GLSL_TYPE_INT) 156 DECL_TYPE(iimage2DMSArray, GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY, GLSL_TYPE_IMAGE, GLSL_SAMPLER_DIM_MS, 0, 1, GLSL_TYPE_INT [all...] |
| glsl_types.cpp | 344 case GLSL_SAMPLER_DIM_MS: 813 case GLSL_SAMPLER_DIM_MS: 848 case GLSL_SAMPLER_DIM_MS: 878 case GLSL_SAMPLER_DIM_MS: 918 case GLSL_SAMPLER_DIM_MS: 947 case GLSL_SAMPLER_DIM_MS: 976 case GLSL_SAMPLER_DIM_MS: 2354 case GLSL_SAMPLER_DIM_MS:
|
| glsl_types.h | 165 GLSL_SAMPLER_DIM_MS,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_meta_fmask_expand.c | 33 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, true, GLSL_TYPE_FLOAT); 34 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_MS, true, GLSL_TYPE_FLOAT); 61 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; 85 nir_imm_int(&b, 0), .image_dim = GLSL_SAMPLER_DIM_MS, .image_array = true);
|
| radv_meta_resolve_cs.c | 65 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, false, GLSL_TYPE_FLOAT); 136 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, true, GLSL_TYPE_FLOAT); 161 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; 181 tex_add->sampler_dim = GLSL_SAMPLER_DIM_MS;
|
| radv_meta.c | 622 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; 641 tex_all_same->sampler_dim = GLSL_SAMPLER_DIM_MS; 658 tex_add->sampler_dim = GLSL_SAMPLER_DIM_MS;
|
| radv_meta_resolve_fs.c | 53 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, false, GLSL_TYPE_FLOAT); 354 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; 374 tex_add->sampler_dim = GLSL_SAMPLER_DIM_MS;
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| dxil_enums.c | 102 case GLSL_SAMPLER_DIM_MS:
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_meta_fmask_expand.c | 35 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, false, 38 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, false, 76 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
|
| radv_meta.c | 535 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; 554 tex_all_same->sampler_dim = GLSL_SAMPLER_DIM_MS; 575 tex_add->sampler_dim = GLSL_SAMPLER_DIM_MS;
|
| radv_meta_resolve_cs.c | 72 const struct glsl_type *sampler_type = glsl_sampler_type(GLSL_SAMPLER_DIM_MS,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| blorp_nir_builder.h | 43 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| blorp_nir_builder.h | 56 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| ir3_image.c | 133 case GLSL_SAMPLER_DIM_MS:
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| ac_shader_util.c | 239 case GLSL_SAMPLER_DIM_MS:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_blit.cpp | 662 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, false, GLSL_TYPE_UINT); 682 txs->sampler_dim = GLSL_SAMPLER_DIM_MS; 704 tex->sampler_dim = GLSL_SAMPLER_DIM_MS;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| prog_to_nir.c | 474 return GLSL_SAMPLER_DIM_MS; 477 return GLSL_SAMPLER_DIM_MS;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_meta_copy.c | 3069 assert(dim != GLSL_SAMPLER_DIM_MS); 3106 tex->sampler_dim = GLSL_SAMPLER_DIM_MS; 3134 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, false, tex_type); 3170 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, false, tex_type); 3193 case GLSL_SAMPLER_DIM_MS: 3245 case GLSL_SAMPLER_DIM_MS: return 0x3; 3474 GLSL_SAMPLER_DIM_MS;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| tgsi_to_nir.c | 1177 *dim = GLSL_SAMPLER_DIM_MS; 1180 *dim = GLSL_SAMPLER_DIM_MS; 1291 if (dim == GLSL_SAMPLER_DIM_MS) 1752 if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_MS) {
|