Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp214 const tcu::TextureFormat m_tcuFormat; member in vkt::pipeline::__anon5b95e58e0111::LogicOpTestInstance
241 , m_tcuFormat (mapVkFormat(m_params.format)) in LogicOpTestInstance()
242 , m_numChannels (tcu::getNumUsedChannels(m_tcuFormat.order)) in LogicOpTestInstance()
243 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
443 tcu::TextureLevel referenceTexture (m_tcuFormat, iWidth, iHeight); in verifyImage()