Home
last modified time | relevance | path

Searched refs:m_indexType (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp121 IndexType m_indexType; member in deqp::gles3::Functional::PrimitiveRestartCase
134 , m_indexType (indexType) in PrimitiveRestartCase()
156 if (m_indexType == INDEX_UNSIGNED_BYTE) in addIndex()
161 else if (m_indexType == INDEX_UNSIGNED_SHORT) in addIndex()
166 else if (m_indexType == INDEX_UNSIGNED_INT) in addIndex()
177 switch (m_indexType) in getIndex()
190 switch (m_indexType) in getNumIndices()
204 switch (m_indexType) in getIndexPtr()
261 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE in init()
262 : m_indexType == INDEX_UNSIGNED_SHORT ? RESTART_INDEX_UNSIGNED_SHORT in init()
[all …]
Des3fDrawTests.cpp152 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles3::Functional::__anon6aafe2cb0111::AttributeGroup
160 , m_indexType (indexType) in AttributeGroup()
186 spec.indexType = m_indexType; in init()
221 spec.indexType = m_indexType; in init()
267 spec.indexType = m_indexType; in init()
327 spec.indexType = m_indexType; in init()
/external/deqp/framework/referencerenderer/
DrrRenderer.hpp99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType()
105 const IndexType m_indexType; member in rr::PrimitiveList
DrrRenderer.cpp1702 , m_indexType (INDEXTYPE_LAST) in PrimitiveList()
1713 , m_indexType (indices.indexType) in PrimitiveList()
1724 int index = m_baseVertex + (int)readIndexArray(m_indexType, m_indices, elementNdx); in getIndex()
1737 return readIndexArray(m_indexType, m_indices, elementNdx) == restartIndex; in isRestartIndex()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp94 VkIndexType m_indexType; member in vkt::pipeline::__anon1587ba190111::InputAssemblyTest
159 VkIndexType m_indexType; member in vkt::pipeline::__anon1587ba190111::InputAssemblyInstance
222 , m_indexType (indexType) in InputAssemblyTest()
228 if (m_indexType == VK_INDEX_TYPE_UINT8_EXT) in checkSupport()
261 …createBufferData(m_primitiveTopology, m_primitiveCount, m_indexType, indexBufferData, vertexBuffer… in createInstance()
263 …return new InputAssemblyInstance(context, m_primitiveTopology, m_testPrimitiveRestart, m_indexType in createInstance()
957 , m_indexType (indexType) in InputAssemblyInstance()
1288 if (m_indexType == VK_INDEX_TYPE_UINT32) in InputAssemblyInstance()
1292 else if (m_indexType == VK_INDEX_TYPE_UINT8_EXT) in InputAssemblyInstance()
1342 vk.cmdBindIndexBuffer(*m_cmdBuffer, *m_indexBuffer, 0, m_indexType); in InputAssemblyInstance()
[all …]
DvktPipelinePushConstantTests.cpp215 const IndexType m_indexType; member in vkt::pipeline::__anonaa8918d30111::PushConstantGraphicsTestInstance
270 , m_indexType (indexType) in PushConstantGraphicsTestInstance()
727 switch (m_indexType) in updatePushConstants()
1029 const IndexType m_indexType; member in vkt::pipeline::__anonaa8918d30111::PushConstantGraphicsTest
1042 , m_indexType (indexType) in PushConstantGraphicsTest()
1126 switch (m_indexType) in initPrograms()
1177 switch (m_indexType) in initPrograms()
1331 switch (m_indexType) in initPrograms()
1418 …raphicsDisjointInstance(context, m_rangeCount, m_pushConstantRange, m_multipleUpdate, m_indexType); in createInstance()
/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp625 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles31::Functional::__anona9ea01830111::AttributeGroup
633 , m_indexType (indexType) in AttributeGroup()
654 spec.indexType = m_indexType; in init()
691 spec.indexType = m_indexType; in init()
739 spec.indexType = m_indexType; in init()
801 spec.indexType = m_indexType; in init()
Des31fDrawTests.cpp241 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles31::Functional::__anon5833c5ed0111::AttributeGroup
249 , m_indexType (indexType) in AttributeGroup()
270 spec.indexType = m_indexType; in init()
307 spec.indexType = m_indexType; in init()
355 spec.indexType = m_indexType; in init()
417 spec.indexType = m_indexType; in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp122 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles2::Functional::__anon2dcf19690111::AttributeGroup
130 , m_indexType (indexType) in AttributeGroup()
150 spec.indexType = m_indexType; in init()
185 spec.indexType = m_indexType; in init()
231 spec.indexType = m_indexType; in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp91 inline VkIndexType getIndexType (void) const { return m_indexType; } in getIndexType()
92 …inline bool usesIndices (void) const { return m_indexType != VK_INDEX_TYPE_NONE_KH… in usesIndices()
110 VkIndexType m_indexType; member in vk::RaytracedGeometryBase
DvkRayTracingUtil.cpp112 , m_indexType (indexType) in RaytracedGeometryBase()