Searched refs:PerPrimitive (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 143 struct PerPrimitive struct 153 typedef std::vector<PerPrimitive> PerPrimitiveVec; 155 inline bool byPatchPrimitiveID (const PerPrimitive& a, const PerPrimitive& b) in byPatchPrimitiveID() 381 << "struct PerPrimitive {\n" in addDefaultPrograms() 389 << " PerPrimitive primitive[];\n" in addDefaultPrograms() 612 , m_resultBufferSizeBytes (m_resultBufferPrimitiveDataOffset + m_maxNumPrimitivesInDrawCall * sizeof(PerPrimitive)) in BaseTestInstance() 698 result.primitives = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.getHostPtr(), m_resultBufferPrimitiveDataOffset, sizeof(PerPrimitive)), in draw() 1167 inline Triangle makeTriangle (const PerPrimitive [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 143 struct PerPrimitive struct 153 typedef std::vector<PerPrimitive> PerPrimitiveVec; 155 inline bool byPatchPrimitiveID (const PerPrimitive& a, const PerPrimitive& b) in byPatchPrimitiveID() 376 << "struct PerPrimitive {\n" in addDefaultPrograms() 384 << " PerPrimitive primitive[];\n" in addDefaultPrograms() 602 , m_resultBufferSizeBytes (m_resultBufferPrimitiveDataOffset + m_maxNumPrimitivesInDrawCall * sizeof(PerPrimitive)) in BaseTestInstance() 686 result.primitives = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.getHostPtr(), m_resultBufferPrimitiveDataOffset, sizeof(PerPrimitive)), in draw() 1155 inline Triangle makeTriangle (const PerPrimitive [all...] |
Completed in 6 milliseconds