Home
last modified time | relevance | path

Searched refs:Allocated (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DObjectStorage.h38 Allocated, member in dawn_wire::server::AllocationState
110 const Data* Get(uint32_t id, AllocationState expected = AllocationState::Allocated) const { in Get()
123 Data* Get(uint32_t id, AllocationState expected = AllocationState::Allocated) { in Get()
140 Data* Allocate(uint32_t id, AllocationState state = AllocationState::Allocated) { in Allocate()
171 if (data.state == AllocationState::Allocated && data.handle != nullptr) {
184 if (data.state == AllocationState::Allocated && data.handle != nullptr) {
H A DServer.cpp61 data->state = AllocationState::Allocated; in InjectTexture()
93 data->state = AllocationState::Allocated; in InjectSwapChain()
116 data->state = AllocationState::Allocated; in InjectDevice()
H A DServerDevice.cpp31 // they move from Reserved to Allocated, or if they are destroyed here. in HandleCreateRenderPipelineAsyncCallbackResult()
36 pipelineObject->state = AllocationState::Allocated; in HandleCreateRenderPipelineAsyncCallbackResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dedit_distance.h63 std::unique_ptr<unsigned[]> Allocated; in ComputeEditDistance() local
67 Allocated.reset(Row); in ComputeEditDistance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dedit_distance.h62 std::unique_ptr<unsigned[]> Allocated; in ComputeEditDistance() local
66 Allocated.reset(Row); in ComputeEditDistance()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuddyAllocator.cpp197 currBlock->mState = BlockState::Allocated; in Allocate()
221 ASSERT(curr->mState == BlockState::Allocated);
H A DBuddyAllocator.h54 enum class BlockState { Free, Split, Allocated };
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c56 unsigned int Allocated:1; member
249 if (reg->Allocated) { in remap_register()
262 s->Input[input].Allocated = 1; in alloc_input_simple()
276 s->Temporary[i].Allocated = 1; in do_regalloc_inputs_only()
H A Dr3xx_vertprog.c588 unsigned int Allocated:1; member
596 if (!ta[orig].Allocated) { in get_reg()
603 ta[orig].Allocated = 1; in get_reg()
677 if (ta[orig].Allocated && inst == ta[orig].LastRead) in allocate_temporary_registers()
/third_party/node/src/crypto/
H A Dcrypto_keygen.cc93 ByteSource out = ByteSource::Allocated(params->out, params->length); in EncodeKey()
H A Dcrypto_spkac.cc105 return (buf_size >= 0) ? ByteSource::Allocated(buf, buf_size) : ByteSource(); in ExportChallenge()
H A Dcrypto_util.h247 ByteSource out = ByteSource::Allocated(data_, size_); in release()
289 static ByteSource Allocated(void* data, size_t size);
H A Dcrypto_sig.cc220 return ByteSource::Allocated(data, len); in ValidateDSAParameters()
H A Dcrypto_util.cc452 ByteSource ByteSource::Allocated(void* data, size_t size) { in SetFipsCrypto() function in node::crypto::ByteSource
H A Dcrypto_common.cc516 ByteSource buf = ByteSource::Allocated(data, strlen(data)); in GetSerialNumber()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
H A DServerDoers.cpp85 if (data->state == AllocationState::Allocated) {
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h93 class Allocated { class in vixl::aarch64::SimStack
138 Allocated Allocate() { in Allocate()
145 Allocated a; in Allocate()
349 explicit Memory(SimStack::Allocated stack) : stack_(std::move(stack)) { in Memory()
353 const SimStack::Allocated& GetStack() { return stack_; } in GetStack()
454 SimStack::Allocated stack_;
1246 SimStack::Allocated stack = SimStack().Allocate());
1250 SimStack::Allocated stack = SimStack().Allocate()) = delete;
1253 SimStack::Allocated stack,
H A Dsimulator-aarch64.cc496 Simulator::Simulator(Decoder* decoder, FILE* stream, SimStack::Allocated stack) in Simulator()
501 Simulator::Simulator(PandaAllocator* allocator, Decoder* decoder, SimStack::Allocated stack, FILE* stream) in Simulator()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h485 struct Allocated { struct in absl::inlined_vector_internal::Storage
495 Allocated allocated;
/third_party/vixl/test/aarch64/
H A Dtest-api-aarch64.cc1715 SimStack::Allocated s = SimStack().Allocate(); in TEST()
1742 SimStack::Allocated s = builder.Allocate(); in TEST()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h84 INSTRUCTION_OPERAND_PREDICATE(Allocated, ALLOCATED)

Completed in 43 milliseconds