Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.hpp149 typedef tcu::Maybe<OffsetParams> OptionalOffsetParams; typedef in vk::SimpleAllocator
151 SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryProperties& deviceMemProps, const OptionalOffsetParams& offsetParams = tcu::Nothing);
H A DvkMemUtil.cpp190 SimpleAllocator::SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryProperties& deviceMemProps, const OptionalOffsetParams& offsetParams) in SimpleAllocator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp219 vk::SimpleAllocator allocator (m_vk, device, memProps, vk::SimpleAllocator::OptionalOffsetParams({ atomSize, m_testSpec.memoryBindOffset })); in iterate()
364 vk::SimpleAllocator allocator (m_vk, device, memProps, vk::SimpleAllocator::OptionalOffsetParams({ atomSize, m_testSpec.memoryBindOffset })); in iterate()
H A DvktDrawIndirectTest.cpp378 const vk::SimpleAllocator::OptionalOffsetParams offsetParams ({ devProp.limits.nonCoherentAtomSize, m_indexBufferAllocOffset }); in IndirectDraw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp149 const SimpleAllocator::OptionalOffsetParams offsetParams({ context.getDeviceProperties().limits.nonCoherentAtomSize, static_cast<VkDeviceSize>(offset) }); in createDeviceWithExtension()

Completed in 9 milliseconds