Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingLocalReadTests.cpp124 class BasicLocalReadTestInstance : public vkt::TestInstance class
127 BasicLocalReadTestInstance(Context &context, TestType testType);
156 BasicLocalReadTestInstance::BasicLocalReadTestInstance(Context &context, TestType testType) in BasicLocalReadTestInstance() function in vkt::renderpass::__anon7e0a33ed0111::BasicLocalReadTestInstance
314 uint32_t BasicLocalReadTestInstance::GetRemappedColorAttachment(uint32_t inputDrawId, uint32_t loca… in GetRemappedColorAttachment()
331 uint32_t BasicLocalReadTestInstance::GetRemappedColorInputAttachment(uint32_t outputDrawId, in GetRemappedColorInputAttachment()
351 void BasicLocalReadTestInstance::CalculateExpectedValues() in CalculateExpectedValues()
426 bool BasicLocalReadTestInstance::UseColorWriteEnable() const in UseColorWriteEnable()
431 tcu::TestStatus BasicLocalReadTestInstance::iterate(void) in iterate()
1417 return new BasicLocalReadTestInstance(context, m_testType); in createInstance()