/third_party/spirv-tools/test/ |
H A D | text_to_binary.misc_test.cpp | 31 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 D | binary_parse_test.cpp | 898 {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 D | unwinding-info-win64.cc | 220 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 D | simplification_pass.cpp | 106 } else if (inst->opcode() == spv::Op::OpNop) { in SimplifyFunction() 152 } else if (inst->opcode() == spv::Op::OpNop) { in SimplifyFunction()
|
H A D | instruction.h | 188 // 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 D | function.h | 256 return bb->GetLabelInst()->opcode() == spv::Op::OpNop; in RemoveEmptyBlocks()
|
/third_party/skia/third_party/externals/spirv-headers/example/ |
H A D | example.cpp | 35 const spv::Op kNop = spv::OpNop;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/example/ |
H A D | example.cpp | 35 const spv::Op kNop = spv::OpNop;
|
/third_party/spirv-headers/tests/ |
H A D | example.cpp | 35 const spv::Op kNop = spv::OpNop;
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.misc_test.cpp | 31 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 D | text_to_binary.misc_test.cpp | 31 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 D | function.cc | 22 : declaration_(Instruction{spv::Op::OpNop, {}}), in Function()
|
H A D | instruction.h | 48 spv::Op op_ = spv::Op::OpNop;
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderInstructions.cpp | 46 case spv::OpNop: in IsStatement()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function_misc_test.cc | 236 TEST_F(SpvParserTestMiscInstruction, OpNop) { in TEST_F() 240 OpNop in TEST_F()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_invert_comparison_operator.cpp | 167 return spv::Op::OpNop; in InvertOpcode()
|
H A D | transformation_add_synonym.cpp | 212 auto opcode = spv::Op::OpNop; in MakeSynonymousInstruction()
|
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 804 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 D | spirv.cs | 669 OpNop = 0, enumerator
|
H A D | spirv.hpp | 664 OpNop = 0, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 681 OpNop = 0, enumerator
|
H A D | spirv.hpp | 676 OpNop = 0, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 686 OpNop = 0, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 669 OpNop = 0, enumerator
|
H A D | spirv.hpp | 664 OpNop = 0, enumerator
|