Home
last modified time | relevance | path

Searched refs:OpSpecConstantOp (Results 1 - 25 of 49) sorted by relevance

12

/third_party/spirv-tools/source/opt/
H A Deliminate_dead_members_pass.cpp43 if (inst.opcode() == spv::Op::OpSpecConstantOp) { in FindLiveMembers()
181 (inst->opcode() == spv::Op::OpSpecConstantOp && in MarkMembersAsLiveForExtract()
186 (inst->opcode() == spv::Op::OpSpecConstantOp ? 1 : 0); in MarkMembersAsLiveForExtract()
321 case spv::Op::OpSpecConstantOp: in RemoveDeadMembers()
543 (inst->opcode() == spv::Op::OpSpecConstantOp && in UpdateCompsiteExtract()
548 if (inst->opcode() == spv::Op::OpSpecConstantOp) { in UpdateCompsiteExtract()
598 (inst->opcode() == spv::Op::OpSpecConstantOp && in UpdateCompositeInsert()
603 if (inst->opcode() == spv::Op::OpSpecConstantOp) { in UpdateCompositeInsert()
H A Deliminate_dead_constant_pass.cpp63 case spv::Op::OpSpecConstantOp: in Process()
H A Dunify_const_pass.cpp92 // OpSpecConstantOp tt <op> yy zz in GetLookUpKeys()
146 // Only spec constants defined with OpSpecConstantOp and in Process()
155 case spv::Op::OpSpecConstantOp: in Process()
H A Dfold_spec_constant_op_and_composite_pass.cpp36 // Normal Constants too. For Spec Constants defined with OpSpecConstantOp in Process()
57 // OpSpecConstantOp and OpSpecConstantComposite instructions if possible. in Process()
92 // For a Spec Constants defined with OpSpecConstantOp instruction, check in Process()
99 case spv::Op::OpSpecConstantOp: in Process()
115 "The first in-operand of OpSpecConstantOp instruction must be of " in ProcessOpSpecConstantOp()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_spec_constant_op.cpp73 ir_context, spv::Op::OpSpecConstantOp, message_.type_id(), in ApplyImpl()
/third_party/spirv-tools/source/val/
H A Dvalidate_id.cpp167 !(opcode == spv::Op::OpSpecConstantOp && in IdPass()
186 !(opcode == spv::Op::OpSpecConstantOp && in IdPass()
H A Dvalidate_constants.cpp449 case spv::Op::OpSpecConstantOp: in ConstantPass()
/third_party/spirv-tools/test/
H A Dtext_to_binary.constant_test.cpp648 // Test OpSpecConstantOp
653 // The operands to the OpSpecConstantOp opcode are all Ids.
656 input << "%2 = OpSpecConstantOp %1 " << GetParam().name(); in TEST_P()
661 Eq(MakeInstruction(spv::Op::OpSpecConstantOp, in TEST_P()
764 // The operands to the OpSpecConstantOp opcode are two Ids followed by a
768 input << "%2 = OpSpecConstantOp %1 " << GetParam().name() << " %3 %4"; in TEST_P()
773 Eq(MakeInstruction(spv::Op::OpSpecConstantOp, in TEST_P()
802 // The operands to the OpSpecConstantOp opcode are one Id followed by a
806 input << "%2 = OpSpecConstantOp %1 " << GetParam().name() << " %3"; in TEST_P()
811 Eq(MakeInstruction(spv::Op::OpSpecConstantOp, in TEST_P()
[all...]
/third_party/spirv-tools/source/
H A Dopcode.cpp228 case spv::Op::OpSpecConstantOp: in spvOpcodeIsSpecConstant()
248 case spv::Op::OpSpecConstantOp: in spvOpcodeIsConstant()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs716 OpSpecConstantOp = 52, enumerator
H A Dspirv.hpp711 OpSpecConstantOp = 52, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs728 OpSpecConstantOp = 52, enumerator
H A Dspirv.hpp723 OpSpecConstantOp = 52, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs733 OpSpecConstantOp = 52, enumerator
H A Dspirv.hpp728 OpSpecConstantOp = 52, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs716 OpSpecConstantOp = 52, enumerator
H A Dspirv.hpp711 OpSpecConstantOp = 52, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs728 OpSpecConstantOp = 52, enumerator
H A Dspirv.hpp723 OpSpecConstantOp = 52, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs733 OpSpecConstantOp = 52, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs716 OpSpecConstantOp = 52, enumerator
H A Dspirv.hpp711 OpSpecConstantOp = 52, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs728 OpSpecConstantOp = 52, enumerator
H A Dspirv.hpp723 OpSpecConstantOp = 52, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs733 OpSpecConstantOp = 52, enumerator

Completed in 55 milliseconds

12