/external/deqp-deps/SPIRV-Headers/example/ |
D | example.cpp | 35 const spv::Op kNop = spv::OpNop; variable
|
/external/shaderc/spirv-headers/example/ |
D | example.cpp | 35 const spv::Op kNop = spv::OpNop; variable
|
D | example-1.1.cpp | 37 const spv::Op kNop = spv::OpNop; variable
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/example/ |
D | example.cpp | 35 const spv::Op kNop = spv::OpNop; variable
|
/external/swiftshader/third_party/SPIRV-Headers/example/ |
D | example.cpp | 35 const spv::Op kNop = spv::OpNop; variable
|
/external/skia/src/sksl/ir/ |
D | SkSLNop.h | 21 static constexpr Kind kStatementKind = Kind::kNop;
|
/external/perfetto/src/profiling/memory/ |
D | client.cc | 179 enum { kNop, kDoUnset }; in CreateAndHandshake() enumerator 180 base::ScopedResource<int, UnsetDumpable, kNop, false> unset_dumpable(kNop); in CreateAndHandshake()
|
/external/skia/include/private/ |
D | SkSLStatement.h | 31 kNop, enumerator
|
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 209 case kNop: in ToCString()
|
D | constants-aarch32.h | 209 kNop, enumerator
|
D | assembler-aarch32.h | 990 VIXL_ASSERT((type == kNop) || (type == kYield)); in Delegate()
|
D | disasm-aarch32.cc | 1995 os().SetCurrentInstruction(kNop, kNoAttribute); in nop() 1996 os() << ToCString(kNop) << ConditionPrinter(it_block_, cond) << size; in nop()
|
D | assembler-aarch32.cc | 7692 Delegate(kNop, &Assembler::nop, cond, size); in nop()
|
/external/skia/src/sksl/ |
D | SkSLAnalysis.cpp | 545 case Statement::Kind::kNop: in visitStatement() 1221 case Statement::Kind::kNop: in visitStatement()
|
D | SkSLInliner.cpp | 489 case Statement::Kind::kNop: in inlineStatement() 816 case Statement::Kind::kNop: in visitStatement()
|
D | SkSLDehydrator.cpp | 502 case Statement::Kind::kNop: in write()
|
/external/skia/src/sksl/codegen/ |
D | SkSLPipelineStageCodeGenerator.cpp | 612 case Statement::Kind::kNop: in writeStatement()
|
D | SkSLGLSLCodeGenerator.cpp | 1211 case Statement::Kind::kNop: in writeStatement()
|
D | SkSLDSLCPPCodeGenerator.cpp | 837 case Statement::Kind::kNop: in writeStatement()
|
D | SkSLMetalCodeGenerator.cpp | 1857 case Statement::Kind::kNop: in writeStatement()
|
D | SkSLVMCodeGenerator.cpp | 1605 case Statement::Kind::kNop: in writeStatement()
|
D | SkSLSPIRVCodeGenerator.cpp | 3143 case Statement::Kind::kNop: in writeStatement()
|