Searched refs:resultAllocation (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolFragInvocationTests.cpp | 234 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 D | vktRayQueryProceduralGeometryTests.cpp | 201 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 D | vktRayQueryProceduralGeometryTests.cpp | 201 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 D | vktRayTracingProceduralGeometryTests.cpp | 283 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 D | vktRayTracingProceduralGeometryTests.cpp | 283 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