Home
last modified time | relevance | path

Searched refs:Allocated (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DObjectStorage.h38 Allocated, enumerator
110 const Data* Get(uint32_t id, AllocationState expected = AllocationState::Allocated) const {
123 Data* Get(uint32_t id, AllocationState expected = AllocationState::Allocated) {
140 Data* Allocate(uint32_t id, AllocationState state = AllocationState::Allocated) {
171 if (data.state == AllocationState::Allocated && data.handle != nullptr) {
184 if (data.state == AllocationState::Allocated && data.handle != nullptr) {
DServer.cpp61 data->state = AllocationState::Allocated; in InjectTexture()
93 data->state = AllocationState::Allocated; in InjectSwapChain()
116 data->state = AllocationState::Allocated; in InjectDevice()
DServerDevice.cpp36 pipelineObject->state = AllocationState::Allocated; in HandleCreateRenderPipelineAsyncCallbackResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dedit_distance.h63 std::unique_ptr<unsigned[]> Allocated; variable
67 Allocated.reset(Row);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dedit_distance.h62 std::unique_ptr<unsigned[]> Allocated; variable
66 Allocated.reset(Row);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyAllocator.cpp197 currBlock->mState = BlockState::Allocated; in Allocate()
221 ASSERT(curr->mState == BlockState::Allocated); in Deallocate()
DBuddyAllocator.h54 enum class BlockState { Free, Split, Allocated }; enumerator
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
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()
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/libwebsockets/minimal-examples/api-tests/
DREADME.md5 api-test-lwsac|LWS Allocated Chunks api
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerDoers.cpp85 if (data->state == AllocationState::Allocated) {
/third_party/iptables/
Dbackport-nft-Expand-extended-error-reporting-to-nft_cmd-too.patch13 * Allocated batch objects (obj_update) get the right lineno value
/third_party/openssl/doc/man3/
DOPENSSL_LH_COMPFUNC.pod112 I<table>. Allocated hash table entries will not be freed; consider
117 entries can be added to the flushed table. Allocated hash table entries
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h485 struct Allocated { struct
495 Allocated allocated; argument
/third_party/libwebsockets/lib/misc/lwsac/
DREADME.md1 ## LWS Allocated Chunks
/third_party/python/Doc/c-api/
Dtype.rst157 Creating Heap-Allocated Types
/third_party/EGL/extensions/EXT/
DEGL_EXT_buffer_age.txt319 - Allocated enumerant and marked complete.
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_buffer_age.txt319 - Allocated enumerant and marked complete.
/third_party/node/src/
Dnode_crypto.h331 static ByteSource Allocated(char* data, size_t size);
Dnode_crypto.cc2906 return Allocated(data, size); in FromString()
2917 return Allocated(data, size); in FromBuffer()
2941 ByteSource ByteSource::Allocated(char* data, size_t size) { in Allocated() function in node::crypto::ByteSource
4667 return ByteSource::Allocated(reinterpret_cast<char*>(data), len); in ConvertSignatureToDER()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dsurface.dart398 ..writeln(' Allocated: $bitmapAllocationCount')
399 ..writeln(' Allocated pixels: $bitmapPixelsAllocated')
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_texture_from_pixmap.txt780 -Allocated enum values and opcodes.
/third_party/openGLES/extensions/EXT/
DGLX_EXT_texture_from_pixmap.txt780 -Allocated enum values and opcodes.
/third_party/pulseaudio/po/
Dpulseaudio.pot1997 msgid "Allocated during whole lifetime: %u block containing %s bytes total.\n"
1998 msgid_plural "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"
Dkk.po2045 msgid "Allocated during whole lifetime: %u block containing %s bytes total.\n"
2047 "Allocated during whole lifetime: %u blocks containing %s bytes total.\n"

1234