/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 3272 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation(); in allStagesRequiredSubgroupSize() local 3273 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize() 3275 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize() 3283 const Allocation& resultAlloc = inputBuffers[index]->getAllocation(); in allStagesRequiredSubgroupSize() local 3284 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize() 3286 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize() 3303 const Allocation& resultAlloc = imageBufferResult.getAllocation(); in allStagesRequiredSubgroupSize() local 3304 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize() 3307 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize() 3735 const Allocation& resultAlloc = resultBuffer.getAllocation(); in makeFragmentFrameBufferTestRequiredSubgroupSize() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationFractionalSpacingTests.cpp | 624 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test() local 626 invalidateAlloc(vk, device, resultAlloc); in test() 628 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in test() 629 …const std::vector<float> resultTessCoords = readFloatArray(numResults, resultAlloc.getHostPtr(), s… in test()
|
D | vktTessellationInvarianceTests.cpp | 675 const Allocation& resultAlloc = m_resultBuffer.getAllocation(); in draw() local 677 invalidateAlloc(vk, device, resultAlloc); in draw() 683 result.numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in draw() 684 …result.primitives = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.g… in draw() 1495 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local 1497 invalidateAlloc(vk, device, resultAlloc); in iterate() 1501 const deInt32 numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate() 1502 …c primitives = sorted(readInterleavedData<PerPrimitive>(numPrimitives, resultAlloc.getHostPtr(), in iterate() 2127 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test() local 2129 invalidateAlloc(vk, device, resultAlloc); in test() [all …]
|
D | vktTessellationCoordinatesTests.cpp | 769 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local 771 invalidateAlloc(vk, device, resultAlloc); in iterate() 773 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate() 774 …u::Vec3> resultTessCoords = readInterleavedData<tcu::Vec3>(numResults, resultAlloc.getHostPtr(), r… in iterate()
|
D | vktTessellationPrimitiveDiscardTests.cpp | 551 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test() local 553 invalidateAlloc(vk, device, resultAlloc); in test() 555 const deInt32 numResultVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in test()
|
D | vktTessellationUserDefinedIO.cpp | 912 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local 914 invalidateAlloc(vk, device, resultAlloc); in iterate() 916 const deInt32 numVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate() 917 …const deUint32* const vertices = reinterpret_cast<deUint32*>(static_cast<deUint8*>(resultAlloc.… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 335 const Allocation& resultAlloc = resultBuffer.getAllocation(); in executeComputePipeline() local 336 invalidateAlloc(vk, device, resultAlloc); in executeComputePipeline() 338 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr()); in executeComputePipeline() 429 const Allocation& resultAlloc = resultBuffer.getAllocation(); in executeGraphicPipeline() local 430 invalidateAlloc(vk, device, resultAlloc); in executeGraphicPipeline() 432 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr()); in executeGraphicPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageAstcDecodeModeTests.cpp | 361 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local 362 invalidateAlloc(vk, device, resultAlloc); in iterate() 366 deUint8* result = static_cast<deUint8*>(resultAlloc.getHostPtr()); in iterate()
|
D | vktImageCompressionTranscodingSupport.cpp | 1296 const Allocation& resultAlloc = resultBuffer.getAllocation(); in decompressImage() local 1298 invalidateAlloc(vk, device, resultAlloc); in decompressImage() 1307 resultAlloc.getHostPtr(), in decompressImage() 1314 …decompressedImageInfo.extent.height, decompressedImageInfo.extent.depth, resultAlloc.getHostPtr()); in decompressImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawExplicitVertexParameterTests.cpp | 611 const Allocation& resultAlloc = ssboBuffer->getBoundMemory(); in iterate() local 612 invalidateAlloc(vk, device, resultAlloc); in iterate() 614 const tcu::Vec4* ptr = reinterpret_cast<tcu::Vec4*>(resultAlloc.getHostPtr()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeShaderBuiltinVarTests.cpp | 508 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local 509 invalidateAlloc(m_vki, m_device, resultAlloc); in iterate() 511 const deUint8* ptr = reinterpret_cast<deUint8*>(resultAlloc.getHostPtr()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 571 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local 572 invalidateAlloc(vk, device, resultAlloc); in iterate() 574 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues)) in iterate() 738 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local 739 invalidateAlloc(vk, device, resultAlloc); in iterate() 741 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues)) in iterate()
|