Searched refs:selectTrueUsingSc (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 3952 const char selectTrueUsingSc[] = "OpSelect %i32 %sc_final %inval %zero"; in createSpecConstantGroup() local 4043 … "SLessThan %sc_0 %sc_1", -20, -10, selectTrueUsingSc, in createSpecConstantGroup() 4046 … "ULessThan %sc_0 %sc_1", 10, 20, selectTrueUsingSc, outputInts2)); in createSpecConstantGroup() 4051 … "UGreaterThan %sc_0 %sc_1", 10, 5, selectTrueUsingSc, outputInts2)); in createSpecConstantGroup() 4053 … "SLessThanEqual %sc_0 %sc_1", -10, -10, selectTrueUsingSc, in createSpecConstantGroup() 4056 … "ULessThanEqual %sc_0 %sc_1", 50, 100, selectTrueUsingSc, in createSpecConstantGroup() 4062 … "UGreaterThanEqual %sc_0 %sc_1", 10, 10, selectTrueUsingSc, outputInts2)); in createSpecConstantGroup() 4066 … "INotEqual %sc_0 %sc_1", 42, 24, selectTrueUsingSc, outputInts2)); in createSpecConstantGroup() 4070 … "LogicalOr %sc_0 %sc_1", 1, 0, selectTrueUsingSc, outputInts2)); in createSpecConstantGroup() 4074 … "LogicalNotEqual %sc_0 %sc_1", 1, 0, selectTrueUsingSc, outputInts2)); in createSpecConstantGroup() [all …]
|