Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp793 const deUint32 m_layerCount; member in vkt::__anon156ab5910111::MultisampleRenderPassTestInstance
827 , m_layerCount (config.layerCount) in MultisampleRenderPassTestInstance()
831 …tDeviceInterface(), context.getDevice(), m_format, m_sampleCount, m_width, m_height, m_layerCount)) in MultisampleRenderPassTestInstance()
833 …ce(), context.getDevice(), m_multisampleImages, m_format, VK_IMAGE_ASPECT_COLOR_BIT, m_layerCount)) in MultisampleRenderPassTestInstance()
835 …e(), context.getDeviceInterface(), context.getDevice(), m_format, m_width, m_height, m_layerCount)) in MultisampleRenderPassTestInstance()
837 …e(), context.getDevice(), m_singlesampleImages, m_format, VK_IMAGE_ASPECT_COLOR_BIT, m_layerCount)) in MultisampleRenderPassTestInstance()
840 …*m_renderPass, m_multisampleImageViews, m_singlesampleImageViews, m_width, m_height, m_layerCount)) in MultisampleRenderPassTestInstance()
843 …nderPipelineLayout, context.getBinaryCollection(), m_width, m_height, m_sampleCount, m_layerCount)) in MultisampleRenderPassTestInstance()
845 …fers(context.getDeviceInterface(), context.getDevice(), m_format, m_width, m_height, m_layerCount)) in MultisampleRenderPassTestInstance()
849 …extureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::FLOAT), m_width, m_height, m_layerCount) in MultisampleRenderPassTestInstance()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp161 , m_layerCount (layerCount) in Image()
334 barrier.subresourceRange.layerCount = m_layerCount; in readUsingBuffer()
387 DE_ASSERT(arrayElement < m_layerCount); in readLinear()
582 barrier.subresourceRange.layerCount = m_layerCount; in upload()
678 barrier.subresourceRange.layerCount = m_layerCount; in uploadUsingBuffer()
711 DE_ASSERT(arrayElement < m_layerCount); in uploadLinear()
DvktDrawImageObjectUtil.hpp254 deUint32 m_layerCount; member in vkt::Draw::Image
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.hpp86 const int m_layerCount; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineImageSamplingInstance.cpp209 , m_layerCount (layerCount) in ImageSamplingInstance()
358 (deUint32)m_layerCount, // deUint32 arrayLayers; in ImageSamplingInstance()