Home
last modified time | relevance | path

Searched refs:resultAlloc (Results 1 - 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp626 const Allocation& resultAlloc = resultBuffer.getAllocation();
628 invalidateAlloc(vk, device, resultAlloc);
630 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr());
631 const std::vector<float> resultTessCoords = readFloatArray(numResults, resultAlloc.getHostPtr(), sizeof(deInt32));
H A DvktTessellationInvarianceTests.cpp677 const Allocation& resultAlloc = m_resultBuffer.getAllocation(); in draw() local
679 invalidateAlloc(vk, device, resultAlloc); in draw()
685 result.numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in draw()
686 result.primitives = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.getHostPtr(), m_resultBufferPrimitiveDataOffset, sizeof(PerPrimitive)), in draw()
1501 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
1503 invalidateAlloc(vk, device, resultAlloc); in iterate()
1507 const deInt32 numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate()
1508 const PerPrimitiveVec primitives = sorted(readInterleavedData<PerPrimitive>(numPrimitives, resultAlloc.getHostPtr(), in iterate()
2133 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test() local
2135 invalidateAlloc(vk, device, resultAlloc); in test()
[all...]
H A DvktTessellationCoordinatesTests.cpp775 const Allocation& resultAlloc = resultBuffer.getAllocation();
777 invalidateAlloc(vk, device, resultAlloc);
779 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr());
780 const std::vector<tcu::Vec3> resultTessCoords = readInterleavedData<tcu::Vec3>(numResults, resultAlloc.getHostPtr(), resultBufferTessCoordsOffset, sizeof(tcu::Vec4));
H A DvktTessellationPrimitiveDiscardTests.cpp553 const Allocation& resultAlloc = resultBuffer.getAllocation();
555 invalidateAlloc(vk, device, resultAlloc);
557 const deInt32 numResultVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr());
H A DvktTessellationUserDefinedIO.cpp914 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
916 invalidateAlloc(vk, device, resultAlloc); in iterate()
918 const deInt32 numVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate()
919 const deUint32* const vertices = reinterpret_cast<deUint32*>(static_cast<deUint8*>(resultAlloc.getHostPtr()) + sizeof(deInt32)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp3389 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation(); in allStagesRequiredSubgroupSize() local
3390 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3392 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3400 const Allocation& resultAlloc = inputBuffers[index]->getAllocation(); in allStagesRequiredSubgroupSize() local
3401 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3403 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3420 const Allocation& resultAlloc = imageBufferResult.getAllocation(); in allStagesRequiredSubgroupSize() local
3421 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3424 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3856 const Allocation& resultAlloc in makeFragmentFrameBufferTestRequiredSubgroupSize() local
4311 const Allocation& resultAlloc = resultBuffer.getAllocation(); makeComputeOrMeshTestRequiredSubgroupSize() local
4322 const Allocation& resultAlloc = inputBuffers[i]->getAllocation(); makeComputeOrMeshTestRequiredSubgroupSize() local
5087 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation(); allRayTracingStagesRequiredSubgroupSize() local
5101 const Allocation& resultAlloc = inputBuffers[index]->getAllocation(); allRayTracingStagesRequiredSubgroupSize() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp3377 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation(); in allStagesRequiredSubgroupSize() local
3378 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3380 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3388 const Allocation& resultAlloc = inputBuffers[index]->getAllocation(); in allStagesRequiredSubgroupSize() local
3389 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3391 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3408 const Allocation& resultAlloc = imageBufferResult.getAllocation(); in allStagesRequiredSubgroupSize() local
3409 invalidateAlloc(vk, device, resultAlloc); in allStagesRequiredSubgroupSize()
3412 datas.push_back(resultAlloc.getHostPtr()); in allStagesRequiredSubgroupSize()
3844 const Allocation& resultAlloc in makeFragmentFrameBufferTestRequiredSubgroupSize() local
4293 const Allocation& resultAlloc = resultBuffer.getAllocation(); makeComputeOrMeshTestRequiredSubgroupSize() local
4304 const Allocation& resultAlloc = inputBuffers[i]->getAllocation(); makeComputeOrMeshTestRequiredSubgroupSize() local
5076 const Allocation& resultAlloc = inputBuffers[ndx]->getAllocation(); allRayTracingStagesRequiredSubgroupSize() local
5090 const Allocation& resultAlloc = inputBuffers[index]->getAllocation(); allRayTracingStagesRequiredSubgroupSize() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp689 const Allocation& resultAlloc = m_resultBuffer.getAllocation(); in draw() local
691 invalidateAlloc(vk, device, resultAlloc); in draw()
697 result.numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in draw()
698 result.primitives = sorted(readInterleavedData<PerPrimitive>(result.numPrimitives, resultAlloc.getHostPtr(), m_resultBufferPrimitiveDataOffset, sizeof(PerPrimitive)), in draw()
1518 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
1520 invalidateAlloc(vk, device, resultAlloc); in iterate()
1524 const deInt32 numPrimitives = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate()
1525 const PerPrimitiveVec primitives = sorted(readInterleavedData<PerPrimitive>(numPrimitives, resultAlloc.getHostPtr(), in iterate()
2160 const Allocation& resultAlloc = resultBuffer.getAllocation(); in test() local
2162 invalidateAlloc(vk, device, resultAlloc); in test()
[all...]
H A DvktTessellationCoordinatesTests.cpp790 const Allocation& resultAlloc = resultBuffer.getAllocation();
792 invalidateAlloc(vk, device, resultAlloc);
794 const deInt32 numResults = *static_cast<deInt32*>(resultAlloc.getHostPtr());
795 const std::vector<tcu::Vec3> resultTessCoords = readInterleavedData<tcu::Vec3>(numResults, resultAlloc.getHostPtr(), resultBufferTessCoordsOffset, sizeof(tcu::Vec4));
H A DvktTessellationFractionalSpacingTests.cpp650 const Allocation& resultAlloc = resultBuffer.getAllocation();
653 invalidateAlloc(vk, device, resultAlloc);
657 const std::vector<float> resultTessCoords = readFloatArray(numResults, resultAlloc.getHostPtr());
H A DvktTessellationPrimitiveDiscardTests.cpp553 const Allocation& resultAlloc = resultBuffer.getAllocation();
555 invalidateAlloc(vk, device, resultAlloc);
557 const deInt32 numResultVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr());
H A DvktTessellationUserDefinedIO.cpp914 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
916 invalidateAlloc(vk, device, resultAlloc); in iterate()
918 const deInt32 numVertices = *static_cast<deInt32*>(resultAlloc.getHostPtr()); in iterate()
919 const deUint32* const vertices = reinterpret_cast<deUint32*>(static_cast<deUint8*>(resultAlloc.getHostPtr()) + sizeof(deInt32)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp522 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
523 invalidateAlloc(m_vki, m_device, resultAlloc); in iterate()
525 const deUint8* ptr = reinterpret_cast<deUint8*>(resultAlloc.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp618 const Allocation& resultAlloc = ssboBuffer->getBoundMemory(); in iterate() local
619 invalidateAlloc(vk, device, resultAlloc); in iterate()
621 const tcu::Vec4* ptr = reinterpret_cast<tcu::Vec4*>(resultAlloc.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp362 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
363 invalidateAlloc(vk, device, resultAlloc); in iterate()
367 deUint8* result = static_cast<deUint8*>(resultAlloc.getHostPtr()); in iterate()
H A DvktImageCompressionTranscodingSupport.cpp1328 const Allocation& resultAlloc = resultBuffer.getAllocation(); in decompressImage() local
1330 invalidateAlloc(vk, device, resultAlloc); in decompressImage()
1339 resultAlloc.getHostPtr(), in decompressImage()
1346 ConstPixelBufferAccess resultPixels (mapVkFormat(decompressedImageInfo.format), decompressedImageInfo.extent.width, decompressedImageInfo.extent.height, decompressedImageInfo.extent.depth, resultAlloc.getHostPtr()); in decompressImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp510 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
511 invalidateAlloc(m_vki, m_device, resultAlloc); in iterate()
513 const deUint8* ptr = reinterpret_cast<deUint8*>(resultAlloc.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp618 const Allocation& resultAlloc = ssboBuffer->getBoundMemory(); in iterate() local
619 invalidateAlloc(vk, device, resultAlloc); in iterate()
621 const tcu::Vec4* ptr = reinterpret_cast<tcu::Vec4*>(resultAlloc.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp362 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
363 invalidateAlloc(vk, device, resultAlloc); in iterate()
367 deUint8* result = static_cast<deUint8*>(resultAlloc.getHostPtr()); in iterate()
H A DvktImageCompressionTranscodingSupport.cpp1317 const Allocation& resultAlloc = resultBuffer.getAllocation(); in decompressImage() local
1319 invalidateAlloc(vk, device, resultAlloc); in decompressImage()
1328 resultAlloc.getHostPtr(), in decompressImage()
1335 ConstPixelBufferAccess resultPixels (mapVkFormat(decompressedImageInfo.format), decompressedImageInfo.extent.width, decompressedImageInfo.extent.height, decompressedImageInfo.extent.depth, resultAlloc.getHostPtr()); in decompressImage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp587 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
588 invalidateAlloc(vk, device, resultAlloc); in iterate()
590 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues)) in iterate()
786 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
787 invalidateAlloc(vk, device, resultAlloc); in iterate()
789 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp413 const Allocation& resultAlloc = resultBuffer.getAllocation(); in executeComputePipeline() local
414 invalidateAlloc(vk, device, resultAlloc); in executeComputePipeline()
416 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr()); in executeComputePipeline()
507 const Allocation& resultAlloc = resultBuffer.getAllocation(); in executeGraphicPipeline() local
508 invalidateAlloc(vk, device, resultAlloc); in executeGraphicPipeline()
510 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr()); in executeGraphicPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp577 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
578 invalidateAlloc(vk, device, resultAlloc); in iterate()
580 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues)) in iterate()
774 const Allocation& resultAlloc = resultBuffer.getAllocation(); in iterate() local
775 invalidateAlloc(vk, device, resultAlloc); in iterate()
777 if (verifyValues(m_context.getTestContext().getLog(), resultAlloc.getHostPtr(), m_expectedValues)) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp413 const Allocation& resultAlloc = resultBuffer.getAllocation(); in executeComputePipeline() local
414 invalidateAlloc(vk, device, resultAlloc); in executeComputePipeline()
416 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr()); in executeComputePipeline()
507 const Allocation& resultAlloc = resultBuffer.getAllocation(); in executeGraphicPipeline() local
508 invalidateAlloc(vk, device, resultAlloc); in executeGraphicPipeline()
510 const deInt32* ptr = reinterpret_cast<deInt32*>(resultAlloc.getHostPtr()); in executeGraphicPipeline()

Completed in 57 milliseconds