Home
last modified time | relevance | path

Searched refs:m_allocationKind (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp86 AllocationKind m_allocationKind; member in vkt::pipeline::__anonf163f9a60111::ImageTest
107 , m_allocationKind (allocationKind) in ImageTest()
123 …checkSupportImageSamplingInstance(context, getImageSamplingInstanceParams(m_allocationKind, m_samp… in checkSupport()
263 …return new ImageSamplingInstance(context, getImageSamplingInstanceParams(m_allocationKind, m_sampl… in createInstance()
DvktPipelineImageSamplingInstance.hpp119 const AllocationKind m_allocationKind; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineImageSamplingInstance.cpp347 , m_allocationKind (params.allocationKind) in ImageSamplingInstance()
492 …k, physDevice, vkDevice, **m_images[imgNdx], MemoryRequirement::Any, memAlloc, m_allocationKind))); in ImageSamplingInstance()
597 …ysDevice, vkDevice, **m_colorImages[imgNdx], MemoryRequirement::Any, memAlloc, m_allocationKind))); in ImageSamplingInstance()
813 …physDevice, vkDevice, *m_vertexBuffer, MemoryRequirement::HostVisible, memAlloc, m_allocationKind); in ImageSamplingInstance()