Home
last modified time | relevance | path

Searched refs:TYPE_ARRAY (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableType.hpp46 TYPE_ARRAY, enumerator
159 bool isArray (void) const { return m_baseType == TYPE_ARRAY; } in isArray()
193 DE_ASSERT(baseType != TYPE_ARRAY && baseType != TYPE_STRUCT); in VariableType()
203 DE_ASSERT(baseType == TYPE_ARRAY); in VariableType()
DrsgVariableType.cpp101 case TYPE_ARRAY: in getScalarSize()
192 case TYPE_ARRAY: in getElementType()
261 case TYPE_ARRAY: in tokenizeShortType()
DrsgUtils.cpp93 case VariableType::TYPE_ARRAY: in computeRandomValue()
330 case VariableType::TYPE_ARRAY: in computeRangeLengthSum()
DrsgExecutionContext.cpp127 case VariableType::TYPE_ARRAY: in assignMasked()
DrsgVariableManager.cpp74 case VariableType::TYPE_ARRAY: in next()
DrsgExpression.cpp1095 case VariableType::TYPE_ARRAY: in computeEntryReadWeight()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.hpp82 return m_type == TYPE_ARRAY; in isArrayType()
118 TYPE_ARRAY, enumerator
DglcUniformBlockCase.cpp124 VarType::VarType(const VarType& elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType()
137 if (m_type == TYPE_ARRAY) in ~VarType()
146 if (m_type == TYPE_ARRAY) in operator =()
153 if (m_type == TYPE_ARRAY) in operator =()
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.hpp82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType()
99 TYPE_ARRAY, enumerator
DglsUniformBlockCase.cpp137 : m_type (TYPE_ARRAY) in VarType()
153 if (m_type == TYPE_ARRAY) in ~VarType()
162 if (m_type == TYPE_ARRAY) in operator =()
169 if (m_type == TYPE_ARRAY) in operator =()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp84 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType()
101 TYPE_ARRAY, enumerator
DvktTransformFeedbackFuzzLayoutCase.cpp92 : m_type (TYPE_ARRAY) in VarType()
108 if (m_type == TYPE_ARRAY) in ~VarType()
117 VarType *oldElementType = m_type == TYPE_ARRAY ? m_data.array.elementType : DE_NULL; in operator =()
123 if (m_type == TYPE_ARRAY) in operator =()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp91 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType()
109 TYPE_ARRAY, enumerator
DvktUniformBlockCase.cpp84 : m_type (TYPE_ARRAY) in VarType()
100 if (m_type == TYPE_ARRAY) in ~VarType()
109 VarType *oldElementType = m_type == TYPE_ARRAY ? m_data.array.elementType : DE_NULL; in operator =()
115 if (m_type == TYPE_ARRAY) in operator =()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h49 TYPE_ARRAY, enumerator
Ddxil_module.c392 case TYPE_ARRAY: in types_equal()
638 if (type->type != TYPE_ARRAY) in dxil_module_get_array_type()
646 type = create_type(m, TYPE_ARRAY); in dxil_module_get_array_type()
1486 case TYPE_ARRAY: in emit_type()
1710 assert(type->type == TYPE_ARRAY); in dxil_module_get_array_const()
2148 case TYPE_ARRAY: in emit_consts()
2837 case TYPE_ARRAY: return type->array_or_vector_def.elem_type; in get_deref_type()
2886 ptr->type->type == TYPE_ARRAY); in dxil_emit_load()
Ddxil_dump.c214 case TYPE_ARRAY: in dump_type_name()
359 case TYPE_ARRAY: in dump_constants()