Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1050 } m_dLoad; member in vkt::image::UploadDownloadExecutor
1496m_dLoad.outImage = makeImage(m_vk, m_device, 0u, VK_IMAGE_TYPE_2D, m_caseDef.viewFormat, m_cas… in downloadLoad()
1497m_dLoad.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dLoad.outImage, MemoryRequire… in downloadLoad()
1498m_dLoad.outImageView = makeImageView(m_vk, m_device, *m_dLoad.outImage, getImageViewType(m_case… in downloadLoad()
1505m_dLoad.inImageView = makeImageView(m_vk, m_device, *m_image, getImageViewType(m_caseDef.image… in downloadLoad()
1509 m_dLoad.descriptorPool = DescriptorPoolBuilder() in downloadLoad()
1513 m_dLoad.descriptorSetLayout = DescriptorSetLayoutBuilder() in downloadLoad()
1518 m_dLoad.pipelineLayout = makePipelineLayout(m_vk, m_device, *m_dLoad.descriptorSetLayout); in downloadLoad()
1519m_dLoad.descriptorSet = makeDescriptorSet(m_vk, m_device, *m_dLoad.descriptorPool, *m_dLoad.des… in downloadLoad()
1520m_dLoad.inImageDescriptorInfo = makeDescriptorImageInfo(DE_NULL, *m_dLoad.inImageView, VK_IMAGE_L… in downloadLoad()
[all …]