Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp1540 const char addScToInput[] = "OpIAdd %i32 %inval %sc_final"; in createSpecConstantGroup() local
1544 … " %i32 0", "%i32", "IAdd %sc_0 %sc_1", 62, -20, addScToInput, outputInts1)); in createSpecConstantGroup()
1545 … " %i32 0", "%i32", "ISub %sc_0 %sc_1", 100, 58, addScToInput, outputInts1)); in createSpecConstantGroup()
1546 … " %i32 0", "%i32", "IMul %sc_0 %sc_1", -2, -21, addScToInput, outputInts1)); in createSpecConstantGroup()
1547 …" %i32 0", "%i32", "SDiv %sc_0 %sc_1", -126, -3, addScToInput, outputInts1)); in createSpecConstantGroup()
1548 … " %i32 0", "%i32", "UDiv %sc_0 %sc_1", 126, 3, addScToInput, outputInts1)); in createSpecConstantGroup()
1549 …, " %i32 0", "%i32", "SRem %sc_0 %sc_1", 7, 3, addScToInput, outputInts4)); in createSpecConstantGroup()
1550 …, " %i32 0", "%i32", "SMod %sc_0 %sc_1", 7, 3, addScToInput, outputInts4)); in createSpecConstantGroup()
1551 … " %i32 0", "%i32", "UMod %sc_0 %sc_1", 342, 50, addScToInput, outputInts1)); in createSpecConstantGroup()
1552 … " %i32 0", "%i32", "BitwiseAnd %sc_0 %sc_1", 42, 63, addScToInput, outputInts1)); in createSpecConstantGroup()
[all …]