Home
last modified time | relevance | path

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

12

/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/tests/
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/deqp-deps/SPIRV-Headers/example/
Dexample.cpp35 const spv::Op kNop = spv::OpNop; variable
/external/perfetto/src/profiling/memory/
Dclient.cc184 enum { kNop, kDoUnset }; in CreateAndHandshake() enumerator
185 base::ScopedResource<int, UnsetDumpable, kNop, false> unset_dumpable(kNop); in CreateAndHandshake()
/external/skia/src/sksl/ir/
DSkSLNop.h21 inline static constexpr Kind kIRNodeKind = Kind::kNop;
/external/skia/include/private/
DSkSLIRNode.h52 kNop, enumerator
/external/skia/src/sksl/analysis/
DSkSLCanExitWithoutReturningValue.cpp148 case Statement::Kind::kNop: in visitStatement()
DSkSLCheckProgramStructure.cpp154 case Statement::Kind::kNop: in CheckProgramStructure()
/external/skia/src/sksl/transform/
DSkSLEliminateUnreachableCode.cpp75 case Statement::Kind::kNop: in eliminate_unreachable_code()
/external/XNNPACK/src/xnnpack/
Daarch64-assembler.h325 kNop, enumerator
394 void align(uint8_t n) { align(n, AlignInstruction::kNop); } in align()
/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()
/external/skia/src/sksl/
DSkSLInliner.cpp389 case Statement::Kind::kNop: in inlineStatement()
690 case Statement::Kind::kNop: in visitStatement()
DSkSLAnalysis.cpp620 case Statement::Kind::kNop: in visitStatement()
/external/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp725 case Statement::Kind::kNop: in writeStatement()
DSkSLGLSLCodeGenerator.cpp1379 case Statement::Kind::kNop: in writeStatement()
DSkSLRasterPipelineCodeGenerator.cpp1052 case Statement::Kind::kNop: in writeStatement()
DSkSLMetalCodeGenerator.cpp2470 case Statement::Kind::kNop: in writeStatement()
DSkSLVMCodeGenerator.cpp2066 case Statement::Kind::kNop: in writeStatement()
DSkSLSPIRVCodeGenerator.cpp3719 case Statement::Kind::kNop: in writeStatement()
/external/XNNPACK/src/jit/
Daarch64-assembler.cc652 case AlignInstruction::kNop: in align()

12