Home
last modified time | relevance | path

Searched refs:resultAllocation (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolFragInvocationTests.cpp234 const auto resultAllocation = colorBuffer.getBufferAllocation(); in testInvocations() local
235 invalidateAlloc(ctx.vkd, ctx.device, resultAllocation); in testInvocations()
265 tcu::ConstPixelBufferAccess resultAccess (tcuFormat, fbExtent, resultAllocation.getHostPtr()); in testInvocations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp201 auto resultAllocation = resultBuffer->getAllocation(); in iterate() local
202 invalidateMappedMemoryRange(vkd, device, resultAllocation.getMemory(), resultAllocation.getOffset(), resultBufferSize); in iterate()
206 tcu::PixelBufferAccess resultAccess (imageFormat, imageSize, imageSize, 1, resultAllocation.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp201 auto resultAllocation = resultBuffer->getAllocation(); in iterate() local
202 invalidateMappedMemoryRange(vkd, device, resultAllocation.getMemory(), resultAllocation.getOffset(), resultBufferSize); in iterate()
206 tcu::PixelBufferAccess resultAccess (imageFormat, imageSize, imageSize, 1, resultAllocation.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp283 auto resultAllocation = resultBuffer->getAllocation(); in iterate() local
284 invalidateMappedMemoryRange(vkd, device, resultAllocation.getMemory(), resultAllocation.getOffset(), resultBufferSize); in iterate()
288 tcu::PixelBufferAccess resultAccess (imageFormat, imageSize, imageSize, 1, resultAllocation.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingProceduralGeometryTests.cpp283 auto resultAllocation = resultBuffer->getAllocation(); in iterate() local
284 invalidateMappedMemoryRange(vkd, device, resultAllocation.getMemory(), resultAllocation.getOffset(), resultBufferSize); in iterate()
288 tcu::PixelBufferAccess resultAccess (imageFormat, imageSize, imageSize, 1, resultAllocation.getHostPtr()); in iterate()

Completed in 6 milliseconds