| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | sampler_types_test.cpp | 46 EXPECT_EQ(DATA_TYPE, type->sampled_type); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | sampler_types_test.cpp | 46 EXPECT_EQ(DATA_TYPE, type->sampled_type); \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | glsl_types.cpp | 53 base_type(base_type), sampled_type(GLSL_TYPE_VOID), 61 * glsl_type::sampled_type. 68 ASSERT_BITFIELD_SIZE(glsl_type, sampled_type, GLSL_TYPE_ERROR); 89 base_type(base_type), sampled_type(type), 110 base_type(GLSL_TYPE_STRUCT), sampled_type(GLSL_TYPE_VOID), 142 base_type(GLSL_TYPE_INTERFACE), sampled_type(GLSL_TYPE_VOID), 168 base_type(GLSL_TYPE_FUNCTION), sampled_type(GLSL_TYPE_VOID), 199 base_type(GLSL_TYPE_SUBROUTINE), sampled_type(GLSL_TYPE_VOID), 581 base_type(GLSL_TYPE_ARRAY), sampled_type(GLSL_TYPE_VOID), 2932 unsigned sampled_type member in struct:packed_type::__anon827c2e3d0208 [all...] |
| H A D | glsl_types.h | 72 * and 2 so that they will fit in the 2 bits of glsl_type::sampled_type. 297 glsl_base_type sampled_type:8; /**< Type of data returned using this member in struct:glsl_type
|
| H A D | nir_types.cpp | 210 return (glsl_base_type)type->sampled_type;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | glsl_types.cpp | 51 base_type(base_type), sampled_type(GLSL_TYPE_VOID), 58 * glsl_type::sampled_type. 65 ASSERT_BITFIELD_SIZE(glsl_type, sampled_type, GLSL_TYPE_ERROR); 85 base_type(base_type), sampled_type(type), 105 base_type(GLSL_TYPE_STRUCT), sampled_type(GLSL_TYPE_VOID), 134 base_type(GLSL_TYPE_INTERFACE), sampled_type(GLSL_TYPE_VOID), 160 base_type(GLSL_TYPE_FUNCTION), sampled_type(GLSL_TYPE_VOID), 189 base_type(GLSL_TYPE_SUBROUTINE), sampled_type(GLSL_TYPE_VOID), 535 base_type(GLSL_TYPE_ARRAY), sampled_type(GLSL_TYPE_VOID), 2439 (type->sampled_type); [all...] |
| H A D | glsl_types.h | 68 * and 2 so that they will fit in the 2 bits of glsl_type::sampled_type. 207 glsl_base_type sampled_type:8; /**< Type of data returned using this member in struct:glsl_type
|
| H A D | nir_types.cpp | 191 return (glsl_base_type)type->sampled_type;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.h | 376 spirv_builder_type_image(struct spirv_builder *b, SpvId sampled_type,
|
| H A D | spirv_builder.c | 1218 spirv_builder_type_image(struct spirv_builder *b, SpvId sampled_type, argument 1224 sampled_type, dim, depth ? 1 : 0, arrayed ? 1 : 0, ms ? 1 : 0, sampled,
|
| H A D | nir_to_spirv.c | 3249 SpvId sampled_type = spirv_builder_type_sampled_image(&ctx->builder, local in function:emit_tex 3251 assert(sampled_type); 3255 SpvId ptr = spirv_builder_type_pointer(&ctx->builder, SpvStorageClassUniformConstant, sampled_type); 3258 SpvId load = spirv_builder_emit_load(&ctx->builder, sampled_type, sampler_id);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_tex.cpp | 230 if (glsl_base_type_is_integer(var->type->sampled_type)) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 1663 const struct vtn_type *sampled_type = vtn_get_type(b, w[2]); local in function:vtn_handle_type 1665 vtn_fail_if(sampled_type->base_type != vtn_base_type_void, 1668 vtn_fail_if(sampled_type->base_type != vtn_base_type_scalar, 1671 vtn_fail_if(glsl_get_bit_size(sampled_type->type) != 32 && 1672 glsl_get_bit_size(sampled_type->type) != 64, 1676 vtn_fail_if(glsl_get_bit_size(sampled_type->type) != 32, 1723 glsl_get_base_type(sampled_type->type);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 1444 const struct vtn_type *sampled_type = local in function:vtn_handle_type 1447 vtn_fail_if(sampled_type->base_type != vtn_base_type_scalar || 1448 glsl_get_bit_size(sampled_type->type) != 32, 1490 glsl_get_base_type(sampled_type->type);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_to_nir.cpp | 1335 nir_get_nir_type_for_glsl_base_type(type->sampled_type)); 1339 nir_get_nir_type_for_glsl_base_type(type->sampled_type));
|
| H A D | ast_to_hir.cpp | 2494 switch (type->sampled_type) { 3545 if (qual->image_base_type != base_type->sampled_type) { 7791 field_type->without_array()->sampled_type) {
|
| H A D | ir.cpp | 1823 assert(sampler->type->sampled_type == (int) type->base_type);
|
| H A D | builtin_functions.cpp | 4761 if (types[i]->sampled_type == GLSL_TYPE_FLOAT && !(flags & IMAGE_FUNCTION_SUPPORTS_FLOAT_DATA_TYPE)) 4763 if (types[i]->sampled_type == GLSL_TYPE_INT && !(flags & IMAGE_FUNCTION_SUPPORTS_SIGNED_DATA_TYPE)) 7417 type->sampled_type == GLSL_TYPE_FLOAT) 7421 type->sampled_type == GLSL_TYPE_FLOAT) 7442 image_type->sampled_type,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir.cpp | 1521 assert(sampler->type->sampled_type == (int) type->base_type);
|
| H A D | ast_to_hir.cpp | 2454 switch (type->sampled_type) { 3476 if (qual->image_base_type != base_type->sampled_type) { 7541 field_type->without_array()->sampled_type) {
|
| H A D | builtin_functions.cpp | 4296 if ((types[i]->sampled_type != GLSL_TYPE_FLOAT || 6886 type->sampled_type == GLSL_TYPE_FLOAT) 6890 type->sampled_type == GLSL_TYPE_FLOAT) 6908 image_type->sampled_type,
|