Searched refs:selectTrueUsingSc (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 3820 const char selectTrueUsingSc[] = "OpSelect %i32 %sc_final %inval %zero"; in createSpecConstantGroup() local 3860 …", "%bool", "SLessThan %sc_0 %sc_1", -20, -10, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() 3861 …", "%bool", "ULessThan %sc_0 %sc_1", 10, 20, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() 3863 …0", "%bool", "UGreaterThan %sc_0 %sc_1", 10, 5, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() 3864 …", "%bool", "SLessThanEqual %sc_0 %sc_1", -10, -10, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() 3865 …", "%bool", "ULessThanEqual %sc_0 %sc_1", 50, 100, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() 3867 …", "%bool", "UGreaterThanEqual %sc_0 %sc_1", 10, 10, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() 3869 …", "%bool", "INotEqual %sc_0 %sc_1", 42, 24, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() 3871 …ool", "%bool", "LogicalOr %sc_0 %sc_1", 1, 0, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() 3873 …ool", "%bool", "LogicalNotEqual %sc_0 %sc_1", 1, 0, selectTrueUsingSc, outputInts2… in createSpecConstantGroup() [all …]
|