/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ObjectStorage.h | 38 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 D | Server.cpp | 61 data->state = AllocationState::Allocated; in InjectTexture() 93 data->state = AllocationState::Allocated; in InjectSwapChain() 116 data->state = AllocationState::Allocated; in InjectDevice()
|
H A D | ServerDevice.cpp | 31 // 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 D | edit_distance.h | 63 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 D | edit_distance.h | 62 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 D | BuddyAllocator.cpp | 197 currBlock->mState = BlockState::Allocated; in Allocate() 221 ASSERT(curr->mState == BlockState::Allocated);
|
H A D | BuddyAllocator.h | 54 enum class BlockState { Free, Split, Allocated };
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_regalloc.c | 56 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 D | r3xx_vertprog.c | 588 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 D | crypto_keygen.cc | 93 ByteSource out = ByteSource::Allocated(params->out, params->length); in EncodeKey()
|
H A D | crypto_spkac.cc | 105 return (buf_size >= 0) ? ByteSource::Allocated(buf, buf_size) : ByteSource(); in ExportChallenge()
|
H A D | crypto_util.h | 247 ByteSource out = ByteSource::Allocated(data_, size_); in release() 289 static ByteSource Allocated(void* data, size_t size);
|
H A D | crypto_sig.cc | 220 return ByteSource::Allocated(data, len); in ValidateDSAParameters()
|
H A D | crypto_util.cc | 452 ByteSource ByteSource::Allocated(void* data, size_t size) { in SetFipsCrypto() function in node::crypto::ByteSource
|
H A D | crypto_common.cc | 516 ByteSource buf = ByteSource::Allocated(data, strlen(data)); in GetSerialNumber()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/ |
H A D | ServerDoers.cpp | 85 if (data->state == AllocationState::Allocated) {
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 93 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 D | simulator-aarch64.cc | 496 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 D | inlined_vector.h | 485 struct Allocated { struct in absl::inlined_vector_internal::Storage 495 Allocated allocated;
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 1715 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 D | instruction.h | 84 INSTRUCTION_OPERAND_PREDICATE(Allocated, ALLOCATED)
|