/third_party/vk-gl-cts/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::__anone6f444e40111::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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 94 VkIndexType m_indexType; member in vkt::pipeline::__anon93002a720111::InputAssemblyTest 170 VkIndexType m_indexType; member in vkt::pipeline::__anon93002a720111::InputAssemblyInstance 235 , m_indexType (indexType) in InputAssemblyTest() 241 if (m_indexType == VK_INDEX_TYPE_UINT8_EXT) in checkSupport() 274 …createBufferData(m_primitiveTopology, m_primitiveCount, m_indexType, indexBufferData, vertexBuffer… in createInstance() 276 …return new InputAssemblyInstance(context, m_primitiveTopology, m_testPrimitiveRestart, m_indexType… in createInstance() 1132 , m_indexType (indexType) in InputAssemblyInstance() 1505 if (m_indexType == VK_INDEX_TYPE_UINT32) in InputAssemblyInstance() 1509 else if (m_indexType == VK_INDEX_TYPE_UINT8_EXT) in InputAssemblyInstance() 1559 vk.cmdBindIndexBuffer(*m_cmdBuffer, *m_indexBuffer, 0, m_indexType); in InputAssemblyInstance() [all …]
|
D | vktPipelinePushConstantTests.cpp | 223 const IndexType m_indexType; member in vkt::pipeline::__anonb618620c0111::PushConstantGraphicsTestInstance 278 , m_indexType (indexType) in PushConstantGraphicsTestInstance() 735 switch (m_indexType) in updatePushConstants() 1037 const IndexType m_indexType; member in vkt::pipeline::__anonb618620c0111::PushConstantGraphicsTest 1050 , m_indexType (indexType) in PushConstantGraphicsTest() 1134 switch (m_indexType) in initPrograms() 1185 switch (m_indexType) in initPrograms() 1339 switch (m_indexType) in initPrograms() 1426 …raphicsDisjointInstance(context, m_rangeCount, m_pushConstantRange, m_multipleUpdate, m_indexType); in createInstance()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 625 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles31::Functional::__anon9257da1c0111::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::__anonf71912460111::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()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 122 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles2::Functional::__anonaa137b820111::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()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.hpp | 99 inline VkIndexType getIndexType (void) const { return m_indexType; } in getIndexType() 100 …inline bool usesIndices (void) const { return m_indexType != VK_INDEX_TYPE_NONE_KH… in usesIndices() 118 VkIndexType m_indexType; member in vk::RaytracedGeometryBase
|
D | vkRayTracingUtil.cpp | 114 , m_indexType (indexType) in RaytracedGeometryBase()
|