Searched refs:outputColors3 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 6631 RGBA outputColors3[4]; in createOpPhiTests() local 6793 outputColors3[0] = RGBA(127, 127, 127, 255); in createOpPhiTests() 6794 outputColors3[1] = RGBA(127, 0, 0, 255); in createOpPhiTests() 6795 outputColors3[2] = RGBA(0, 0, 127, 255); in createOpPhiTests() 6796 outputColors3[3] = RGBA(0, 127, 0, 255); in createOpPhiTests() 6798 createTestsForAllStages("swap", inputColors, outputColors3, fragments3, group.get()); in createOpPhiTests()
|