/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 121 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 …]
|
D | es3fDrawTests.cpp | 152 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/ |
D | rrRenderer.hpp | 99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType() 105 const IndexType m_indexType; member in rr::PrimitiveList
|
D | rrRenderer.cpp | 1702 , 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/ |
D | vktPipelineInputAssemblyTests.cpp | 94 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 …]
|
D | vktPipelinePushConstantTests.cpp | 215 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/ |
D | es31fDrawElementsBaseVertexTests.cpp | 625 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()
|
D | es31fDrawTests.cpp | 241 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/ |
D | es2fDrawTests.cpp | 122 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/ |
D | vkRayTracingUtil.hpp | 91 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
|
D | vkRayTracingUtil.cpp | 112 , m_indexType (indexType) in RaytracedGeometryBase()
|