Home
last modified time | relevance | path

Searched defs:RegisterArray (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp223 class RegisterArray : public RegisterFile class
226 RegisterArray(bool indirectAddressable = I) : RegisterFile(S, indirectAddressable) in RegisterArray() function in sw::RegisterArray
/third_party/node/deps/v8/src/codegen/
Dinterface-descriptors.h532 constexpr std::array<Register, 1 + sizeof...(Registers)> RegisterArray( in RegisterArray() function
537 constexpr EmptyRegisterArray RegisterArray() { return {}; } in RegisterArray() function