Home
last modified time | relevance | path

Searched defs:Register (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.hpp96 class Register class
99 Register(const Reference<Float4> &x, const Reference<Float4> &y, const Reference<Float4> &z, const Reference<Float4> &w) : x(x), y(y), z(z), w(w) in Register() function in sw::Register
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dsymbol_table.cc34 Symbol SymbolTable::Register(const std::string& name) { in Register() function in tint::SymbolTable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dcycleclock.cc86 void CycleClockSource::Register(CycleClockSourceFunc source) { in Register() function in absl::base_internal::CycleClockSource
/third_party/skia/src/core/
H A DSkFlattenable.cpp81 void SkFlattenable::Register(const char name[], Factory factory) { in Register() function in SkFlattenable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMachineLocation.h25 unsigned Register = 0; ///< gcc/gdb register number. member in llvm::MachineLocation
H A DMCWinEH.h24 unsigned Register; member
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-win.cc53 void Register() { in Register() function
/third_party/node/deps/v8/src/tasks/
H A Dcancelable-task.cc34 CancelableTaskManager::Id CancelableTaskManager::Register(Cancelable* task) { in Register() function in v8::internal::CancelableTaskManager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h33 unsigned Register; member
H A DRegister.h19 class Register { class
23 Register(unsigned Val = 0): Reg(Val) {} in Register() function in llvm::Register
24 Register(MCRegister Val): Reg(Val) {} in Register() function in llvm::Register
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler_test.cc71 HashtablezInfo* Register(HashtablezSampler* s, size_t size) { in Register() function
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-linkage.h152 constexpr LinkageAllocator(const Register (&gp)[kNumGpRegs], global() member in v8::internal::wasm::LinkageAllocator
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register.h23 constexpr explicit Register(int index = kInvalidIndex) : index_(index) {} in Register() function in v8::internal::interpreter::final
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h108 struct Register { struct in llvm::DwarfExpression
130 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h96 static void Register() { in Register() function in llvm::Interpreter
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dequivalence_relation.h107 const T* Register(const T& value) { in Register() function in spvtools::fuzz::EquivalenceRelation
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dequivalence_relation.h107 const T* Register(const T& value) { in Register() function in spvtools::fuzz::EquivalenceRelation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h298 PredicateInfo(unsigned Register, unsigned Operand, bool PredicatedTrue) in PredicateInfo() argument
301 unsigned Register; member in llvm::HexagonMCInstrInfo::PredicateInfo
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer.cc130 bool Namer::Register(uint32_t id, const std::string& name) { in Register() function in tint::reader::spirv::Namer
/third_party/spirv-tools/source/fuzz/
H A Dequivalence_relation.h107 const T* Register(const T& value) { in Register() function in spvtools::fuzz::EquivalenceRelation
/third_party/vixl/tools/test_generator/
H A Ddata_types.py382 class Register(U32): class
[all...]
/third_party/node/src/
H A Dnode_watchdog.cc383 void SigintWatchdogHelper::Register(SigintWatchdogBase* wd) { in Register() function in node::SigintWatchdogHelper
/third_party/node/deps/v8/src/codegen/s390/
H A Dregister-s390.h90 class Register : public RegisterBase<Register, kRegAfterLast> { class
102 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() function in v8::internal::Register
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dregister-ia32.h59 class Register : public RegisterBase<Register, kRegAfterLast> { class
65 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() function in v8::internal::Register
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h46 struct tgsi_dst_register Register; member
54 struct tgsi_src_register Register; member

Completed in 11 milliseconds

1234