Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp3535 const int test4Width = 1024; in createOpPhiGroup() local
3561 outputFloats4[ndx] = (float)(index4 % test4Width) * 10.0f + 5.0f; in createOpPhiGroup()
3733 "%cimod = OpConstant %u32 " + generateIntWidth(test4Width) + "\n" in createOpPhiGroup()
3735 + generateConstantDefinitions(test4Width) + in createOpPhiGroup()
3751 + generateSwitchCases(test4Width) + in createOpPhiGroup()
3756 + generateSwitchTargets(test4Width) + in createOpPhiGroup()
3761 + generateOpPhiParams(test4Width) + in createOpPhiGroup()