Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateMiscTests.cpp167 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 DvktPipelineExtendedDynamicStateTests.cpp6278 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 DvktTransformFeedbackSimpleTests.cpp1703 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 DvktPipelineExtendedDynamicStateTests.cpp5274 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 DvktTransformFeedbackSimpleTests.cpp1961 const UniquePtr<Allocation> counterBufferAlloc (bindBuffer (vk, device, allocator, *counterBuffer, MemoryRequirement::HostVisible));
1977 fillBuffer(vk, device, *counterBufferAlloc, counterBufferSize, &counterBufferValue, counterBufferSize);

Completed in 43 milliseconds