| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| builtin_type_macros.h | 88 DECL_TYPE(sampler, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_VOID) 89 DECL_TYPE(sampler1D, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT) 90 DECL_TYPE(sampler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT) 91 DECL_TYPE(sampler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_FLOAT) 92 DECL_TYPE(samplerCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT) 93 DECL_TYPE(sampler1DArray, GL_SAMPLER_1D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_FLOAT) 94 DECL_TYPE(sampler2DArray, GL_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_FLOAT) 95 DECL_TYPE(samplerCubeArray, GL_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_FLOAT) 96 DECL_TYPE(sampler2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT) 97 DECL_TYPE(samplerBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT [all...] |
| glsl_types.h | 86 GLSL_TYPE_SAMPLER, 125 case GLSL_TYPE_SAMPLER: 160 type == GLSL_TYPE_SAMPLER || 190 case GLSL_TYPE_SAMPLER: 941 return base_type == GLSL_TYPE_SAMPLER;
|
| glsl_types.cpp | 298 case GLSL_TYPE_SAMPLER: 462 case GLSL_TYPE_SAMPLER: 1632 case GLSL_TYPE_SAMPLER: 1698 case GLSL_TYPE_SAMPLER: 1774 case GLSL_TYPE_SAMPLER: 2812 case GLSL_TYPE_SAMPLER: 2851 case GLSL_TYPE_SAMPLER: 3024 case GLSL_TYPE_SAMPLER: 3133 case GLSL_TYPE_SAMPLER:
|
| nir_types.cpp | 767 case GLSL_TYPE_SAMPLER: 825 case GLSL_TYPE_SAMPLER:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| builtin_type_macros.h | 88 DECL_TYPE(sampler, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_VOID) 89 DECL_TYPE(sampler1D, GL_SAMPLER_1D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 0, GLSL_TYPE_FLOAT) 90 DECL_TYPE(sampler2D, GL_SAMPLER_2D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 0, GLSL_TYPE_FLOAT) 91 DECL_TYPE(sampler3D, GL_SAMPLER_3D, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_3D, 0, 0, GLSL_TYPE_FLOAT) 92 DECL_TYPE(samplerCube, GL_SAMPLER_CUBE, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 0, GLSL_TYPE_FLOAT) 93 DECL_TYPE(sampler1DArray, GL_SAMPLER_1D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_1D, 0, 1, GLSL_TYPE_FLOAT) 94 DECL_TYPE(sampler2DArray, GL_SAMPLER_2D_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_2D, 0, 1, GLSL_TYPE_FLOAT) 95 DECL_TYPE(samplerCubeArray, GL_SAMPLER_CUBE_MAP_ARRAY, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_CUBE, 0, 1, GLSL_TYPE_FLOAT) 96 DECL_TYPE(sampler2DRect, GL_SAMPLER_2D_RECT, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_RECT, 0, 0, GLSL_TYPE_FLOAT) 97 DECL_TYPE(samplerBuffer, GL_SAMPLER_BUFFER, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_BUF, 0, 0, GLSL_TYPE_FLOAT [all...] |
| glsl_types.h | 82 GLSL_TYPE_SAMPLER, 107 type == GLSL_TYPE_SAMPLER; 117 type == GLSL_TYPE_SAMPLER || 147 case GLSL_TYPE_SAMPLER: 689 return base_type == GLSL_TYPE_SAMPLER;
|
| glsl_types.cpp | 288 case GLSL_TYPE_SAMPLER: 452 case GLSL_TYPE_SAMPLER: 1443 case GLSL_TYPE_SAMPLER: 1519 case GLSL_TYPE_SAMPLER: 2300 case GLSL_TYPE_SAMPLER: 2434 case GLSL_TYPE_SAMPLER: 2528 case GLSL_TYPE_SAMPLER:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_glsl_types.cpp | 89 case GLSL_TYPE_SAMPLER: 131 case GLSL_TYPE_SAMPLER:
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| uniform_initializer_utils.cpp | 86 case GLSL_TYPE_SAMPLER: 131 case GLSL_TYPE_SAMPLER: 264 case GLSL_TYPE_SAMPLER:
|
| sampler_types_test.cpp | 44 EXPECT_EQ(GLSL_TYPE_SAMPLER, type->base_type); \
|
| copy_constant_to_storage_tests.cpp | 154 * GLSL_TYPE_SAMPLER instead of using the base type from the constant. 169 GLSL_TYPE_SAMPLER,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| uniform_initializer_utils.cpp | 86 case GLSL_TYPE_SAMPLER: 131 case GLSL_TYPE_SAMPLER: 264 case GLSL_TYPE_SAMPLER:
|
| sampler_types_test.cpp | 44 EXPECT_EQ(GLSL_TYPE_SAMPLER, type->base_type); \
|
| copy_constant_to_storage_tests.cpp | 150 * GLSL_TYPE_SAMPLER instead of using the base type from the constant. 165 GLSL_TYPE_SAMPLER,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir.cpp | 823 case GLSL_TYPE_SAMPLER: 946 case GLSL_TYPE_SAMPLER: 968 case GLSL_TYPE_SAMPLER: 990 case GLSL_TYPE_SAMPLER: 1012 case GLSL_TYPE_SAMPLER: 1034 case GLSL_TYPE_SAMPLER: 1056 case GLSL_TYPE_SAMPLER: 1078 case GLSL_TYPE_SAMPLER: 1131 case GLSL_TYPE_SAMPLER: 1155 case GLSL_TYPE_SAMPLER [all...] |
| lower_packed_varyings.cpp | 387 case GLSL_TYPE_SAMPLER: 472 case GLSL_TYPE_SAMPLER:
|
| gl_nir_link_uniform_initializers.c | 130 case GLSL_TYPE_SAMPLER:
|
| link_uniform_initializers.cpp | 60 case GLSL_TYPE_SAMPLER:
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir.cpp | 989 case GLSL_TYPE_SAMPLER: 1124 case GLSL_TYPE_SAMPLER: 1149 case GLSL_TYPE_SAMPLER: 1183 case GLSL_TYPE_SAMPLER: 1208 case GLSL_TYPE_SAMPLER: 1233 case GLSL_TYPE_SAMPLER: 1258 case GLSL_TYPE_SAMPLER: 1283 case GLSL_TYPE_SAMPLER: 1308 case GLSL_TYPE_SAMPLER: 1333 case GLSL_TYPE_SAMPLER [all...] |
| gl_nir_link_uniform_initializers.c | 138 case GLSL_TYPE_SAMPLER:
|
| link_uniform_initializers.cpp | 60 case GLSL_TYPE_SAMPLER:
|
| ir_clone.cpp | 356 case GLSL_TYPE_SAMPLER:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| uniform_query.cpp | 388 case GLSL_TYPE_SAMPLER: 427 case GLSL_TYPE_SAMPLER: 571 case GLSL_TYPE_SAMPLER: 615 case GLSL_TYPE_SAMPLER: 878 case GLSL_TYPE_SAMPLER: 937 case GLSL_TYPE_SAMPLER:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| uniform_query.cpp | 430 case GLSL_TYPE_SAMPLER: 474 case GLSL_TYPE_SAMPLER: 627 case GLSL_TYPE_SAMPLER: 677 case GLSL_TYPE_SAMPLER: 946 case GLSL_TYPE_SAMPLER: 1005 case GLSL_TYPE_SAMPLER:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| lvp_lower_vulkan_resource.c | 222 if (base_type == GLSL_TYPE_SAMPLER) {
|