Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp973 } m_dLoad; member in vkt::image::UploadDownloadExecutor
1478m_dLoad.outImage = makeImage(m_vk, m_device, 0u, VK_IMAGE_TYPE_2D, m_caseDef.viewFormat, m_cas… in downloadLoad()
1479m_dLoad.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dLoad.outImage, MemoryRequire… in downloadLoad()
1480m_dLoad.outImageView = makeImageView(m_vk, m_device, *m_dLoad.outImage, getImageViewType(m_case… in downloadLoad()
1488m_dLoad.inImageView = makeImageView(m_vk, m_device, m_image, getImageViewType(m_caseDef.imageT… in downloadLoad()
1492 m_dLoad.descriptorPool = DescriptorPoolBuilder() in downloadLoad()
1496 m_dLoad.descriptorSetLayout = DescriptorSetLayoutBuilder() in downloadLoad()
1501 m_dLoad.pipelineLayout = makePipelineLayout(m_vk, m_device, *m_dLoad.descriptorSetLayout); in downloadLoad()
1502m_dLoad.descriptorSet = makeDescriptorSet(m_vk, m_device, *m_dLoad.descriptorPool, *m_dLoad.des… in downloadLoad()
1503m_dLoad.inImageDescriptorInfo = makeDescriptorImageInfo(DE_NULL, *m_dLoad.inImageView, VK_IMAGE_L… in downloadLoad()
[all …]