Lines Matching refs:SpvOpSpecConstant
392 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234})})},
395 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x8000})})},
398 MakeInstruction(SpvOpSpecConstant, {1, 2, 0xffff8000})})},
401 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32)})})},
405 MakeInstruction(SpvOpSpecConstant, {1, 2, 42})})},
408 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32)})})},
411 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x3f800000})})},
414 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x41200000})})},
418 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234, 0})})},
421 MakeInstruction(SpvOpSpecConstant, {1, 2, 1, 0x00008000})})},
424 MakeInstruction(SpvOpSpecConstant, {1, 2, 0, 0xffff8000})})},
427 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-32), uint32_t(-1)})})},
431 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234, 0})})},
434 MakeInstruction(SpvOpSpecConstant, {1, 2, 0x1234, 0})})},
437 MakeInstruction(SpvOpSpecConstant, {1, 2, uint32_t(-42), uint32_t(-1)})})},