Searched refs:outputInts5 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 3706 vector<deInt32> outputInts5 (numElements, 0); in createSpecConstantGroup() local 3755 outputInts5[ndx] = inputInts[ndx] - 42; in createSpecConstantGroup() 3775 … 0", "%i32", "ShiftRightArithmetic %sc_0 %sc_1", -168, 2, addScToInput, outputInts5)); in createSpecConstantGroup() 3780 …hmetic %sc_0 %sc_1", deInt64{-168}, deInt64{2}, addSc32ToInput, outputInts5, (FLAG_I64 | FL… in createSpecConstantGroup() 3783 …hmetic %sc_0 %sc_1", deInt16{-168}, deInt16{2}, addSc32ToInput, outputInts5, (FLAG_I16 | FL… in createSpecConstantGroup() 3786 …rithmetic %sc_0 %sc_1", deInt8{-84}, deInt8{1}, addSc32ToInput, outputInts5, (FLAG_I8 | FLA… in createSpecConstantGroup() 3791 …ftRightArithmetic %sc_0 %sc_1", -168, deInt64{2}, addScToInput, outputInts5, (FLAG_I64))); in createSpecConstantGroup() 3794 …ftRightArithmetic %sc_0 %sc_1", -168, deInt16{2}, addScToInput, outputInts5, (FLAG_I16))); in createSpecConstantGroup() 3797 …ShiftRightArithmetic %sc_0 %sc_1", -84, deInt8{1}, addScToInput, outputInts5, (FLAG_I8))); in createSpecConstantGroup()
|