Home
last modified time | relevance | path

Searched refs:OpNop (Results 1 - 25 of 63) sorted by relevance

123

/third_party/spirv-tools/test/
H A Dtext_to_binary.misc_test.cpp31 TEST_F(TextToBinaryMisc, OpNop) { in TEST_F()
32 EXPECT_THAT(CompiledInstructions("OpNop"), in TEST_F()
33 Eq(MakeInstruction(spv::Op::OpNop, {}))); in TEST_F()
H A Dbinary_parse_test.cpp898 {spvOpcodeMake(0, spv::Op::OpNop)}}),
906 MakeInstruction(spv::Op::OpNop, {42})}),
907 "Invalid instruction OpNop starting at word 5: expected "
911 MakeInstruction(spv::Op::OpNop,
913 "Invalid instruction OpNop starting at word 5: expected "
/third_party/node/deps/v8/src/diagnostics/
H A Dunwinding-info-win64.cc220 OpNop = 0xE3, enumerator
231 constexpr UNWIND_CODE Combine8BitUnwindCodes(uint8_t code0 = OpNop, in Combine8BitUnwindCodes() argument
232 uint8_t code1 = OpNop, in Combine8BitUnwindCodes()
233 uint8_t code2 = OpNop, in Combine8BitUnwindCodes()
234 uint8_t code3 = OpNop) { in Combine8BitUnwindCodes()
/third_party/spirv-tools/source/opt/
H A Dsimplification_pass.cpp106 } else if (inst->opcode() == spv::Op::OpNop) { in SimplifyFunction()
152 } else if (inst->opcode() == spv::Op::OpNop) { in SimplifyFunction()
H A Dinstruction.h188 // Creates a default OpNop instruction.
193 opcode_(spv::Op::OpNop), in Instruction()
199 // Creates a default OpNop instruction.
369 // Returns true if this instruction is OpNop.
371 // Turns this instruction to OpNop. This does not clear out all preceding
745 return opcode_ == spv::Op::OpNop && !has_type_id_ && !has_result_id_ &&
750 opcode_ = spv::Op::OpNop;
H A Dfunction.h256 return bb->GetLabelInst()->opcode() == spv::Op::OpNop; in RemoveEmptyBlocks()
/third_party/skia/third_party/externals/spirv-headers/example/
H A Dexample.cpp35 const spv::Op kNop = spv::OpNop;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/example/
H A Dexample.cpp35 const spv::Op kNop = spv::OpNop;
/third_party/spirv-headers/tests/
H A Dexample.cpp35 const spv::Op kNop = spv::OpNop;
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.misc_test.cpp31 TEST_F(TextToBinaryMisc, OpNop) { in TEST_F()
32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.misc_test.cpp31 TEST_F(TextToBinaryMisc, OpNop) { in TEST_F()
32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dfunction.cc22 : declaration_(Instruction{spv::Op::OpNop, {}}), in Function()
H A Dinstruction.h48 spv::Op op_ = spv::Op::OpNop;
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderInstructions.cpp46 case spv::OpNop: in IsStatement()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_misc_test.cc236 TEST_F(SpvParserTestMiscInstruction, OpNop) { in TEST_F()
240 OpNop in TEST_F()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_invert_comparison_operator.cpp167 return spv::Op::OpNop; in InvertOpcode()
H A Dtransformation_add_synonym.cpp212 auto opcode = spv::Op::OpNop; in MakeSynonymousInstruction()
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp804 spv::Op thisOpCode(spv::OpNop); in mapFnBodies()
844 thisOpCode = spv::OpNop; in mapFnBodies()
851 if (thisOpCode != spv::OpNop) { in mapFnBodies()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs669 OpNop = 0, enumerator
H A Dspirv.hpp664 OpNop = 0, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs681 OpNop = 0, enumerator
H A Dspirv.hpp676 OpNop = 0, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs686 OpNop = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs669 OpNop = 0, enumerator
H A Dspirv.hpp664 OpNop = 0, enumerator

Completed in 33 milliseconds

123