Searched refs:counterBufferAlloc (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateMiscTests.cpp | 167 auto& counterBufferAlloc = counterBuffer->getAllocation(); in sampleShadingWithDynamicSampleCount() local 168 void* counterBufferPtr = counterBufferAlloc.getHostPtr(); in sampleShadingWithDynamicSampleCount() 171 flushAlloc(ctx.vkd, ctx.device, counterBufferAlloc); in sampleShadingWithDynamicSampleCount()
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 6278 auto& counterBufferAlloc = counterBuffer->getAllocation(); in iterate() local 6279 void* counterBufferData = counterBufferAlloc.getHostPtr(); in iterate() 6280 vk::invalidateAlloc(vkd, device, counterBufferAlloc); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 1703 const UniquePtr<Allocation> counterBufferAlloc (bindBuffer (vk, device, allocator, *counterBuffer, MemoryRequirement::HostVisible)); 1718 fillBuffer(vk, device, *counterBufferAlloc, counterBufferSize, &counterBufferValue, counterBufferSize);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 5274 auto& counterBufferAlloc = counterBuffer->getAllocation(); in iterate() local 5275 void* counterBufferData = counterBufferAlloc.getHostPtr(); in iterate() 5276 vk::invalidateAlloc(vkd, device, counterBufferAlloc); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 1961 const UniquePtr<Allocation> counterBufferAlloc (bindBuffer (vk, device, allocator, *counterBuffer, MemoryRequirement::HostVisible)); 1977 fillBuffer(vk, device, *counterBufferAlloc, counterBufferSize, &counterBufferValue, counterBufferSize);
|
Completed in 41 milliseconds