/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationFractionalSpacingTests.cpp | 540 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()
|
D | vktTessellationCoordinatesTests.cpp | 591 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()
|
D | vktTessellationInvarianceTests.cpp | 670 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 …]
|
D | vktTessellationPrimitiveDiscardTests.cpp | 568 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()
|
D | vktTessellationUserDefinedIO.cpp | 922 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/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 378 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/ |
D | vktComputeShaderBuiltinVarTests.cpp | 477 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/ |
D | vktPipelineSpecConstantTests.cpp | 524 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()
|