/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | simplification_pass.cpp | 74 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction() 104 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
|
D | instruction.h | 111 opcode_(SpvOpNop), in Instruction() 554 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop() 559 opcode_ = SpvOpNop; in ToNop()
|
D | function.h | 187 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
|
D | instruction.cpp | 38 opcode_(SpvOpNop), in Instruction() 552 case SpvOpNop: in IsOpcodeCodeMotionSafe()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | simplification_pass.cpp | 74 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction() 104 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
|
D | instruction.h | 111 opcode_(SpvOpNop), in Instruction() 554 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop() 559 opcode_ = SpvOpNop; in ToNop()
|
D | function.h | 191 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
|
D | instruction.cpp | 38 opcode_(SpvOpNop), in Instruction() 552 case SpvOpNop: in IsOpcodeCodeMotionSafe()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.misc_test.cpp | 32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
|
D | binary_parse_test.cpp | 602 {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/ |
D | text_to_binary.misc_test.cpp | 32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
|
D | binary_parse_test.cpp | 604 {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/ |
D | ir_context_test.cpp | 212 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/ |
D | ir_context_test.cpp | 212 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/ |
D | markv_model.h | 101 if (prev_opcode == SpvOpNop) in GetOpcodeAndNumOperandsMarkovHuffmanCodec()
|
D | markv_codec.h | 225 if (instructions_.empty()) return SpvOpNop; in GetPrevOpcode()
|
D | markv_encoder.cpp | 91 codec = model_->GetOpcodeAndNumOperandsMarkovHuffmanCodec(SpvOpNop); in EncodeOpcodeAndNumOperands()
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_model.h | 101 if (prev_opcode == SpvOpNop) in GetOpcodeAndNumOperandsMarkovHuffmanCodec()
|
D | markv_codec.h | 225 if (instructions_.empty()) return SpvOpNop; in GetPrevOpcode()
|
D | markv_encoder.cpp | 91 codec = model_->GetOpcodeAndNumOperandsMarkovHuffmanCodec(SpvOpNop); in EncodeOpcodeAndNumOperands()
|
/external/mesa3d/prebuilt-intermediates/spirv/ |
D | spirv_info.c | 188 case SpvOpNop: return "SpvOpNop"; in spirv_op_to_string()
|
/external/skia/src/sksl/ |
D | spirv.h | 574 SpvOpNop = 0, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 574 SpvOpNop = 0, enumerator
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 668 SpvOpNop = 0, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 668 SpvOpNop = 0, enumerator
|