Home
last modified time | relevance | path

Searched refs:kNop (Results 1 – 22 of 22) sorted by relevance

/external/deqp-deps/SPIRV-Headers/example/
Dexample.cpp35 const spv::Op kNop = spv::OpNop; variable
/external/shaderc/spirv-headers/example/
Dexample.cpp35 const spv::Op kNop = spv::OpNop; variable
Dexample-1.1.cpp37 const spv::Op kNop = spv::OpNop; variable
/external/angle/third_party/vulkan-deps/spirv-headers/src/example/
Dexample.cpp35 const spv::Op kNop = spv::OpNop; variable
/external/swiftshader/third_party/SPIRV-Headers/example/
Dexample.cpp35 const spv::Op kNop = spv::OpNop; variable
/external/skia/src/sksl/ir/
DSkSLNop.h21 static constexpr Kind kStatementKind = Kind::kNop;
/external/perfetto/src/profiling/memory/
Dclient.cc179 enum { kNop, kDoUnset }; in CreateAndHandshake() enumerator
180 base::ScopedResource<int, UnsetDumpable, kNop, false> unset_dumpable(kNop); in CreateAndHandshake()
/external/skia/include/private/
DSkSLStatement.h31 kNop, enumerator
/external/vixl/src/aarch32/
Dconstants-aarch32.cc209 case kNop: in ToCString()
Dconstants-aarch32.h209 kNop, enumerator
Dassembler-aarch32.h990 VIXL_ASSERT((type == kNop) || (type == kYield)); in Delegate()
Ddisasm-aarch32.cc1995 os().SetCurrentInstruction(kNop, kNoAttribute); in nop()
1996 os() << ToCString(kNop) << ConditionPrinter(it_block_, cond) << size; in nop()
Dassembler-aarch32.cc7692 Delegate(kNop, &Assembler::nop, cond, size); in nop()
/external/skia/src/sksl/
DSkSLAnalysis.cpp545 case Statement::Kind::kNop: in visitStatement()
1221 case Statement::Kind::kNop: in visitStatement()
DSkSLInliner.cpp489 case Statement::Kind::kNop: in inlineStatement()
816 case Statement::Kind::kNop: in visitStatement()
DSkSLDehydrator.cpp502 case Statement::Kind::kNop: in write()
/external/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp612 case Statement::Kind::kNop: in writeStatement()
DSkSLGLSLCodeGenerator.cpp1211 case Statement::Kind::kNop: in writeStatement()
DSkSLDSLCPPCodeGenerator.cpp837 case Statement::Kind::kNop: in writeStatement()
DSkSLMetalCodeGenerator.cpp1857 case Statement::Kind::kNop: in writeStatement()
DSkSLVMCodeGenerator.cpp1605 case Statement::Kind::kNop: in writeStatement()
DSkSLSPIRVCodeGenerator.cpp3143 case Statement::Kind::kNop: in writeStatement()