Searched refs:m_targetFormat (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 497 const tcu::TextureFormat m_targetFormat; member in vkt::BindingModel::__anon27842::SingleTargetRenderInstance 518 , m_targetFormat (tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8) in SingleTargetRenderInstance() 526 , m_colorAttachmentImage (createColorAttachment(m_vki, m_device, m_allocator, m_targetFormat, m_targetSize, &m_colorAttachmentMemory)) in SingleTargetRenderInstance() 527 , m_colorAttachmentView (createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttachmentImage)) in SingleTargetRenderInstance() 528 , m_renderPass (makeRenderPass(m_vki, m_device, vk::mapTextureFormat(m_targetFormat))) in SingleTargetRenderInstance() 625 const deUint64 pixelDataSize = (deUint64)(m_targetSize.x() * m_targetSize.y() * m_targetFormat.getPixelSize()); in readRenderTarget() 650 dst.setStorage(m_targetFormat, m_targetSize.x(), m_targetSize.y()); in readRenderTarget()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingShaderAccessTests.cpp | 497 const tcu::TextureFormat m_targetFormat; member in vkt::BindingModel::__anon29094::SingleTargetRenderInstance 518 , m_targetFormat (tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8) in SingleTargetRenderInstance() 526 , m_colorAttachmentImage (createColorAttachment(m_vki, m_device, m_allocator, m_targetFormat, m_targetSize, &m_colorAttachmentMemory)) in SingleTargetRenderInstance() 527 , m_colorAttachmentView (createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttachmentImage)) in SingleTargetRenderInstance() 528 , m_renderPass (makeRenderPass(m_vki, m_device, vk::mapTextureFormat(m_targetFormat))) in SingleTargetRenderInstance() 625 const deUint64 pixelDataSize = (deUint64)(m_targetSize.x() * m_targetSize.y() * m_targetFormat.getPixelSize()); in readRenderTarget() 650 dst.setStorage(m_targetFormat, m_targetSize.x(), m_targetSize.y()); in readRenderTarget()
|
Completed in 22 milliseconds