/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() 246 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE in init() 247 : 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::__anonb0af4ba10111::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 | 1694 , m_indexType (INDEXTYPE_LAST) in PrimitiveList() 1705 , m_indexType (indices.indexType) in PrimitiveList() 1716 int index = m_baseVertex + (int)readIndexArray(m_indexType, m_indices, elementNdx); in getIndex() 1729 return readIndexArray(m_indexType, m_indices, elementNdx) == restartIndex; in isRestartIndex()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 127 const IndexType m_indexType; member in vkt::pipeline::__anon006e74690111::PushConstantGraphicsTest 158 const IndexType m_indexType; member in vkt::pipeline::__anon006e74690111::PushConstantGraphicsTestInstance 205 , m_indexType (indexType) in PushConstantGraphicsTest() 216 …antGraphicsTestInstance(context, m_rangeCount, m_pushConstantRange, m_multipleUpdate, m_indexType); in createInstance() 258 switch (m_indexType) in initPrograms() 309 switch (m_indexType) in initPrograms() 463 switch (m_indexType) in initPrograms() 601 , m_indexType (indexType) in PushConstantGraphicsTestInstance() 1128 switch (m_indexType) in PushConstantGraphicsTestInstance()
|
D | vktPipelineInputAssemblyTests.cpp | 89 VkIndexType m_indexType; member in vkt::pipeline::__anon2818886f0111::InputAssemblyTest 152 VkIndexType m_indexType; member in vkt::pipeline::__anon2818886f0111::InputAssemblyInstance 216 , m_indexType (indexType) in InputAssemblyTest() 225 …createBufferData(m_primitiveTopology, m_primitiveCount, m_indexType, indexBufferData, vertexBuffer… in createInstance() 227 …return new InputAssemblyInstance(context, m_primitiveTopology, m_testPrimitiveRestart, m_indexType… in createInstance() 916 , m_indexType (indexType) in InputAssemblyInstance() 1323 if (m_indexType == VK_INDEX_TYPE_UINT32) in InputAssemblyInstance() 1410 vk.cmdBindIndexBuffer(*m_cmdBuffer, *m_indexBuffer, 0, m_indexType); in InputAssemblyInstance() 1474 const bool isRestart = InputAssemblyTest::isRestartIndex(m_indexType, m_indices[indexNdx]); in verifyImage()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 608 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles31::Functional::__anonfc06d1590111::AttributeGroup 616 , m_indexType (indexType) in AttributeGroup() 636 spec.indexType = m_indexType; in init() 672 spec.indexType = m_indexType; in init() 719 spec.indexType = m_indexType; in init() 780 spec.indexType = m_indexType; in init()
|
D | es31fDrawTests.cpp | 241 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles31::Functional::__anon1bb0bc430111::AttributeGroup 249 , m_indexType (indexType) in AttributeGroup() 269 spec.indexType = m_indexType; in init() 305 spec.indexType = m_indexType; in init() 352 spec.indexType = m_indexType; in init() 413 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::__anon73ce823f0111::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()
|