/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgVariableType.hpp | 45 TYPE_STRUCT, enumerator 158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; } in isStruct() 193 DE_ASSERT(baseType != TYPE_ARRAY && baseType != TYPE_STRUCT); in VariableType() 213 DE_ASSERT(baseType == TYPE_STRUCT); in VariableType()
|
D | rsgUtils.cpp | 101 case VariableType::TYPE_STRUCT: in computeRandomValue() 246 case VariableType::TYPE_STRUCT: in getTypeConstructorDepth() 256 case VariableType::TYPE_STRUCT: in getTypeConstructorDepth() 338 case VariableType::TYPE_STRUCT: in computeRangeLengthSum()
|
D | rsgVariableType.cpp | 93 case TYPE_STRUCT: in getScalarSize() 256 case TYPE_STRUCT: in tokenizeShortType()
|
D | rsgExecutionContext.cpp | 136 case VariableType::TYPE_STRUCT: in assignMasked()
|
D | rsgVariableManager.cpp | 82 case VariableType::TYPE_STRUCT: in next()
|
D | rsgExpression.cpp | 1096 case VariableType::TYPE_STRUCT: in computeEntryReadWeight()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcUniformBlockCase.hpp | 86 return m_type == TYPE_STRUCT; in isStructType() 119 TYPE_STRUCT, enumerator
|
D | glcUniformBlockCase.cpp | 130 VarType::VarType(const StructType* structPtr) : m_type(TYPE_STRUCT), m_flags(0) in VarType()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsUniformBlockCase.hpp | 83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 100 TYPE_STRUCT, enumerator
|
D | glsUniformBlockCase.cpp | 145 : m_type (TYPE_STRUCT) in VarType()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.hpp | 85 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 102 TYPE_STRUCT, enumerator
|
D | vktTransformFeedbackFuzzLayoutCase.cpp | 100 : m_type (TYPE_STRUCT) in VarType()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
D | vktUniformBlockCase.hpp | 92 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 110 TYPE_STRUCT, enumerator
|
D | vktUniformBlockCase.cpp | 92 : m_type (TYPE_STRUCT) in VarType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.hpp | 85 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 102 TYPE_STRUCT, enumerator
|
D | vktTransformFeedbackFuzzLayoutCase.cpp | 100 : m_type (TYPE_STRUCT) in VarType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.hpp | 92 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() 110 TYPE_STRUCT, enumerator
|
D | vktUniformBlockCase.cpp | 92 : m_type (TYPE_STRUCT) in VarType()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_internal.h | 48 TYPE_STRUCT, enumerator
|
D | dxil_dump.c | 216 case TYPE_STRUCT: in dump_type_name() 248 case TYPE_STRUCT: in dump_type()
|
D | dxil_module.c | 402 case TYPE_STRUCT: in types_equal() 593 if (type->type != TYPE_STRUCT) in dxil_module_get_struct_type() 608 type = create_type(m, TYPE_STRUCT); in dxil_module_get_struct_type() 1492 case TYPE_STRUCT: in emit_type() 2841 assert(src->type->type == TYPE_STRUCT); in dxil_emit_extractval()
|