/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::__anoncb29932d0111::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 | vktPipelineInputAssemblyTests.cpp | 92 VkIndexType m_indexType; member in vkt::pipeline::__anonf7aa12fb0111::InputAssemblyTest 155 VkIndexType m_indexType; member in vkt::pipeline::__anonf7aa12fb0111::InputAssemblyInstance 217 , m_indexType (indexType) in InputAssemblyTest() 226 …createBufferData(m_primitiveTopology, m_primitiveCount, m_indexType, indexBufferData, vertexBuffer… in createInstance() 228 …return new InputAssemblyInstance(context, m_primitiveTopology, m_testPrimitiveRestart, m_indexType… in createInstance() 917 , m_indexType (indexType) in InputAssemblyInstance() 1267 if (m_indexType == VK_INDEX_TYPE_UINT32) in InputAssemblyInstance() 1317 vk.cmdBindIndexBuffer(*m_cmdBuffer, *m_indexBuffer, 0, m_indexType); in InputAssemblyInstance() 1364 const bool isRestart = InputAssemblyTest::isRestartIndex(m_indexType, m_indices[indexNdx]); in verifyImage()
|
D | vktPipelinePushConstantTests.cpp | 176 const IndexType m_indexType; member in vkt::pipeline::__anonef72dd750111::PushConstantGraphicsTestInstance 251 , m_indexType (indexType) in PushConstantGraphicsTestInstance() 708 switch (m_indexType) in updatePushConstants() 1010 const IndexType m_indexType; member in vkt::pipeline::__anonef72dd750111::PushConstantGraphicsTest 1023 , m_indexType (indexType) in PushConstantGraphicsTest() 1107 switch (m_indexType) in initPrograms() 1158 switch (m_indexType) in initPrograms() 1312 switch (m_indexType) in initPrograms() 1399 …raphicsDisjointInstance(context, m_rangeCount, m_pushConstantRange, m_multipleUpdate, m_indexType); in createInstance()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 608 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles31::Functional::__anon641396e50111::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::__anonbddb16cf0111::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::__anon8e48c9cb0111::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()
|