Home
last modified time | relevance | path

Searched refs:SpvOpNop (Results 1 – 25 of 49) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/opt/
Dsimplification_pass.cpp74 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
104 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
Dinstruction.h111 opcode_(SpvOpNop), in Instruction()
554 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop()
559 opcode_ = SpvOpNop; in ToNop()
Dfunction.h187 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
Dinstruction.cpp38 opcode_(SpvOpNop), in Instruction()
552 case SpvOpNop: in IsOpcodeCodeMotionSafe()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dsimplification_pass.cpp74 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
104 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
Dinstruction.h111 opcode_(SpvOpNop), in Instruction()
554 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop()
559 opcode_ = SpvOpNop; in ToNop()
Dfunction.h191 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
Dinstruction.cpp38 opcode_(SpvOpNop), in Instruction()
552 case SpvOpNop: in IsOpcodeCodeMotionSafe()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.misc_test.cpp32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
Dbinary_parse_test.cpp602 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
610 MakeInstruction(SpvOpNop, {42})}),
615 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.misc_test.cpp32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
Dbinary_parse_test.cpp604 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
612 MakeInstruction(SpvOpNop, {42})}),
617 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
/external/deqp-deps/SPIRV-Tools/test/opt/
Dir_context_test.cpp212 EXPECT_EQ(inst.opcode(), SpvOpNop); in TEST_F()
217 EXPECT_EQ(inst.opcode(), SpvOpNop); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_context_test.cpp212 EXPECT_EQ(inst.opcode(), SpvOpNop); in TEST_F()
217 EXPECT_EQ(inst.opcode(), SpvOpNop); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_model.h101 if (prev_opcode == SpvOpNop) in GetOpcodeAndNumOperandsMarkovHuffmanCodec()
Dmarkv_codec.h225 if (instructions_.empty()) return SpvOpNop; in GetPrevOpcode()
Dmarkv_encoder.cpp91 codec = model_->GetOpcodeAndNumOperandsMarkovHuffmanCodec(SpvOpNop); in EncodeOpcodeAndNumOperands()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_model.h101 if (prev_opcode == SpvOpNop) in GetOpcodeAndNumOperandsMarkovHuffmanCodec()
Dmarkv_codec.h225 if (instructions_.empty()) return SpvOpNop; in GetPrevOpcode()
Dmarkv_encoder.cpp91 codec = model_->GetOpcodeAndNumOperandsMarkovHuffmanCodec(SpvOpNop); in EncodeOpcodeAndNumOperands()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c188 case SpvOpNop: return "SpvOpNop"; in spirv_op_to_string()
/external/skia/src/sksl/
Dspirv.h574 SpvOpNop = 0, enumerator
/external/skqp/src/sksl/
Dspirv.h574 SpvOpNop = 0, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h668 SpvOpNop = 0, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h668 SpvOpNop = 0, enumerator

12