Home
last modified time | relevance | path

Searched refs:resultAlloc (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationFractionalSpacingTests.cpp540 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test() local
541 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in test()
543 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in test()
544 …const std::vector<float> resultTessCoords = readFloatArray(numResults, resultAlloc.getHostPtr(), s… in test()
DvktTessellationCoordinatesTests.cpp591 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
592 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in iterate()
594 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate()
595 …Vec3> resultTessCoords = readInterleavedData<tcu::Vec3>(numResults, resultAlloc.getHostPtr(), r… in iterate()
DvktTessellationInvarianceTests.cpp670 const Allocation& resultAlloc = m_resultBuffer.getAllocation(); in draw() local
671 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), m_result… in draw()
677 result.numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in draw()
678 … = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.getHostPtr(), m… in draw()
1463 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
1464 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in iterate()
1468 const deInt32 numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate()
1469 …es = sorted(readInterleavedData<PerPrimitive>(numPrimitives, resultAlloc.getHostPtr(), r… in iterate()
2092 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test() local
2093 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in test()
[all …]
DvktTessellationPrimitiveDiscardTests.cpp568 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test() local
569 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in test()
571 const deInt32 numResultVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in test()
DvktTessellationUserDefinedIO.cpp922 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
923 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), resultBu… in iterate()
925 const deInt32 numVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate()
926 …const deUint32* const vertices = reinterpret_cast<deUint32*>(static_cast<deUint8*>(resultAlloc.… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp378 const Allocation& resultAlloc = resultBuffer.getAllocation(); in executeComputePipeline() local
379 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), BUFFER_S… in executeComputePipeline()
381 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr()); in executeComputePipeline()
476 const Allocation& resultAlloc = resultBuffer.getAllocation(); in executeGraphicPipeline() local
477 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), BUFFER_S… in executeGraphicPipeline()
479 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr()); in executeGraphicPipeline()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeShaderBuiltinVarTests.cpp477 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
478 …invalidateMappedMemoryRange(m_vki, m_device, resultAlloc.getMemory(), resultAlloc.getOffset(), res… in iterate()
480 const deUint8* ptr = reinterpret_cast<deUint8*>(resultAlloc.getHostPtr()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp524 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
525 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), m_ssboSi… in iterate()
527 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues)) in iterate()
690 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
691 …invalidateMappedMemoryRange(vk, device, resultAlloc.getMemory(), resultAlloc.getOffset(), m_ssboSi… in iterate()
693 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues)) in iterate()