Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp998 …const std::string fragModuleInfix = color ? "-color" : depth ? "-depth" : stencil ? "-stencil" : "… in readOneSampleFromMultisampleImage() local
1002 …vk, device, m_context.getBinaryCollection().get("demultisample" + fragModuleInfix + "-frag"), 0u)); in readOneSampleFromMultisampleImage()