Home
last modified time | relevance | path

Searched refs:SpvOpSpecConstantOp (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp44 if (inst.opcode() == SpvOpSpecConstantOp) { in FindLiveMembers()
182 (inst->opcode() == SpvOpSpecConstantOp && in MarkMembersAsLiveForExtract()
186 uint32_t first_operand = (inst->opcode() == SpvOpSpecConstantOp ? 1 : 0); in MarkMembersAsLiveForExtract()
321 case SpvOpSpecConstantOp: in RemoveDeadMembers()
543 (inst->opcode() == SpvOpSpecConstantOp && in UpdateCompsiteExtract()
548 if (inst->opcode() == SpvOpSpecConstantOp) { in UpdateCompsiteExtract()
598 (inst->opcode() == SpvOpSpecConstantOp && in UpdateCompositeInsert()
603 if (inst->opcode() == SpvOpSpecConstantOp) { in UpdateCompositeInsert()
Dreflect.h54 return (opcode >= SpvOpConstantTrue && opcode <= SpvOpSpecConstantOp) || in IsConstantInst()
61 return opcode >= SpvOpSpecConstantTrue && opcode <= SpvOpSpecConstantOp; in IsSpecConstantInst()
Deliminate_dead_constant_pass.cpp64 case SpvOp::SpvOpSpecConstantOp: in Process()
Dunify_const_pass.cpp157 case SpvOp::SpvOpSpecConstantOp: in Process()
/third_party/spirv-tools/source/opt/
Deliminate_dead_members_pass.cpp44 if (inst.opcode() == SpvOpSpecConstantOp) { in FindLiveMembers()
182 (inst->opcode() == SpvOpSpecConstantOp && in MarkMembersAsLiveForExtract()
186 uint32_t first_operand = (inst->opcode() == SpvOpSpecConstantOp ? 1 : 0); in MarkMembersAsLiveForExtract()
321 case SpvOpSpecConstantOp: in RemoveDeadMembers()
543 (inst->opcode() == SpvOpSpecConstantOp && in UpdateCompsiteExtract()
548 if (inst->opcode() == SpvOpSpecConstantOp) { in UpdateCompsiteExtract()
598 (inst->opcode() == SpvOpSpecConstantOp && in UpdateCompositeInsert()
603 if (inst->opcode() == SpvOpSpecConstantOp) { in UpdateCompositeInsert()
Dreflect.h54 return (opcode >= SpvOpConstantTrue && opcode <= SpvOpSpecConstantOp) || in IsConstantInst()
61 return opcode >= SpvOpSpecConstantTrue && opcode <= SpvOpSpecConstantOp; in IsSpecConstantInst()
Deliminate_dead_constant_pass.cpp64 case SpvOp::SpvOpSpecConstantOp: in Process()
Dunify_const_pass.cpp157 case SpvOp::SpvOpSpecConstantOp: in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp44 if (inst.opcode() == SpvOpSpecConstantOp) { in FindLiveMembers()
182 (inst->opcode() == SpvOpSpecConstantOp && in MarkMembersAsLiveForExtract()
186 uint32_t first_operand = (inst->opcode() == SpvOpSpecConstantOp ? 1 : 0); in MarkMembersAsLiveForExtract()
321 case SpvOpSpecConstantOp: in RemoveDeadMembers()
543 (inst->opcode() == SpvOpSpecConstantOp && in UpdateCompsiteExtract()
548 if (inst->opcode() == SpvOpSpecConstantOp) { in UpdateCompsiteExtract()
598 (inst->opcode() == SpvOpSpecConstantOp && in UpdateCompositeInsert()
603 if (inst->opcode() == SpvOpSpecConstantOp) { in UpdateCompositeInsert()
Dreflect.h54 return (opcode >= SpvOpConstantTrue && opcode <= SpvOpSpecConstantOp) || in IsConstantInst()
61 return opcode >= SpvOpSpecConstantTrue && opcode <= SpvOpSpecConstantOp; in IsSpecConstantInst()
Deliminate_dead_constant_pass.cpp64 case SpvOp::SpvOpSpecConstantOp: in Process()
Dunify_const_pass.cpp157 case SpvOp::SpvOpSpecConstantOp: in Process()
/third_party/mesa3d/src/compiler/spirv/
Dgl_spirv.c104 case SpvOpSpecConstantOp: in vtn_validate_handle_constant()
175 case SpvOpSpecConstantOp: in vtn_validate_handle_constant_instruction()
/third_party/spirv-tools/source/val/
Dvalidate_id.cpp177 !(opcode == SpvOpSpecConstantOp && in IdPass()
190 !(opcode == SpvOpSpecConstantOp && in IdPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_id.cpp177 !(opcode == SpvOpSpecConstantOp && in IdPass()
190 !(opcode == SpvOpSpecConstantOp && in IdPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp177 !(opcode == SpvOpSpecConstantOp && in IdPass()
190 !(opcode == SpvOpSpecConstantOp && in IdPass()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_spec_constant_op.cpp73 ir_context, SpvOpSpecConstantOp, message_.type_id(), message_.fresh_id(), in ApplyImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_spec_constant_op.cpp73 ir_context, SpvOpSpecConstantOp, message_.type_id(), message_.fresh_id(), in ApplyImpl()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_spec_constant_op.cpp73 ir_context, SpvOpSpecConstantOp, message_.type_id(), message_.fresh_id(), in ApplyImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp661 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
773 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
811 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
/third_party/spirv-tools/test/
Dtext_to_binary.constant_test.cpp661 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
773 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
811 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.constant_test.cpp661 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
773 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
811 Eq(MakeInstruction(SpvOpSpecConstantOp, in TEST_P()
/third_party/spirv-tools/source/
Dopcode.cpp224 case SpvOpSpecConstantOp: in spvOpcodeIsSpecConstant()
243 case SpvOpSpecConstantOp: in spvOpcodeIsConstant()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp224 case SpvOpSpecConstantOp: in spvOpcodeIsSpecConstant()
243 case SpvOpSpecConstantOp: in spvOpcodeIsConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp224 case SpvOpSpecConstantOp: in spvOpcodeIsSpecConstant()
243 case SpvOpSpecConstantOp: in spvOpcodeIsConstant()

123