Home
last modified time | relevance | path

Searched defs:alloc (Results 151 - 175 of 698) sorted by relevance

12345678910>>...28

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_object.c56 vk_object_alloc(struct vk_device *device, const VkAllocationCallbacks *alloc, size_t size, VkObjectType obj_type) vk_object_alloc() argument
72 vk_object_zalloc(struct vk_device *device, const VkAllocationCallbacks *alloc, size_t size, VkObjectType obj_type) vk_object_zalloc() argument
88 vk_object_multialloc(struct vk_device *device, struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkObjectType obj_type) vk_object_multialloc() argument
104 vk_object_multizalloc(struct vk_device *device, struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkObjectType obj_type) vk_object_multizalloc() argument
120 vk_object_free(struct vk_device *device, const VkAllocationCallbacks *alloc, void *data) vk_object_free() argument
[all...]
/third_party/mesa3d/src/vulkan/util/
H A Dvk_alloc.h44 vk_alloc(const VkAllocationCallbacks *alloc, in vk_alloc() argument
52 vk_zalloc(const VkAllocationCallbacks *alloc, in vk_zalloc() argument
66 vk_realloc(const VkAllocationCallbacks *alloc, in vk_realloc() argument
74 vk_free(const VkAllocationCallbacks *alloc, void *data) in vk_free() argument
83 vk_strdup(const VkAllocationCallbacks *alloc, const char *s, VkSystemAllocationScope scope) vk_strdup() argument
100 vk_vasprintf(const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, const char *fmt, va_list args) vk_vasprintf() argument
113 vk_asprintf(const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope, const char *fmt, ...) vk_asprintf() argument
126 vk_alloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc2() argument
138 vk_zalloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc2() argument
153 vk_free2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, void *data) vk_free2() argument
230 vk_multialloc_alloc(struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_alloc() argument
269 vk_multialloc_alloc2(struct vk_multialloc *ma, const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_alloc2() argument
278 vk_multialloc_zalloc(struct vk_multialloc *ma, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_zalloc() argument
293 vk_multialloc_zalloc2(struct vk_multialloc *ma, const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vk_multialloc_zalloc2() argument
[all...]
/third_party/mesa3d/src/nouveau/drm-shim/
H A Dnouveau_noop.c121 struct drm_nouveau_channel_alloc *alloc = arg; in nouveau_ioctl_channel_alloc() local
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-common.h124 void *alloc = malloc(thread_data->alloc_size); in allocate_wait_free() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_allowlist.rs37 pub fn alloc() -> Self { in alloc() functions
H A Dobjc_pointer_return_types.rs23 pub fn alloc() -> Self { in alloc() functions
40 pub fn alloc() -> Self { in alloc() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
H A Dobjc_template.rs23 pub fn alloc() -> Self { in alloc() functions
47 pub fn alloc() -> Self { in alloc() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dobjc_template.rs23 pub fn alloc() -> Self { in alloc() functions
47 pub fn alloc() -> Self { in alloc() functions
/third_party/openssl/test/
H A Dwpackettest.c22 static const unsigned char alloc[] = { 0x02, 0xfe, 0xff }; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalRenderingTestUtil.cpp55 auto& alloc = context.getDefaultAllocator(); in createConditionalRenderingBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicClass.cpp119 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalRenderingTestUtil.cpp55 auto& alloc = context.getDefaultAllocator(); in createConditionalRenderingBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryBasicClass.cpp119 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
/third_party/skia/src/core/
H A DSkDraw_atlas.cpp100 SkSTArenaAlloc<256> alloc; in drawAtlas() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DBuffer.cpp69 sk_sp<GrD3DAlloc> alloc; in Make() local
19 make_d3d_buffer(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, D3D12_RESOURCE_STATES* resourceState, sk_sp<GrD3DAlloc>* alloc) make_d3d_buffer() argument
81 GrD3DBuffer(GrD3DGpu* gpu, size_t size, GrGpuBufferType intendedType, GrAccessPattern accessPattern, gr_cp<ID3D12Resource> bufferResource, sk_sp<GrD3DAlloc> alloc, D3D12_RESOURCE_STATES resourceState) GrD3DBuffer() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftsystem.h172 FT_Alloc_Func alloc; member
/third_party/python/Include/internal/
H A Dpycore_hashtable.h70 _Py_hashtable_allocator_t alloc; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array.h59 rte_mempool_alloc_t alloc; /**< Allocate private data. */ member
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory.h660 void ConstructRange(Allocator& alloc, Iterator first, Iterator last, in ConstructRange() argument
678 void CopyRange(Allocator& alloc, Iterator destination, InputIterator first, in CopyRange() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcommon.h109 allocator_type* alloc() { return std::addressof(*alloc_); } in alloc() function in absl::container_internal::node_handle_base
/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp49 SkPathExternalFunction(const char* name, SkSL::Compiler& compiler, const LinearizedPath& path, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) SkPathExternalFunction() argument
167 SkShaderExternalFunction(const char* name, SkSL::Compiler& compiler, sk_sp<SkShader> shader, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) SkShaderExternalFunction() argument
[all...]
/third_party/node/lib/
H A Dbuffer.js404 Buffer.alloc = function alloc(size, fill, encoding) { function
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_interference_graph_new_test.cpp62 InterferenceGraph BuildSubgraph(InterferenceGraph &orig_ig, ArenaAllocator *alloc, in BuildSubgraph() argument
/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.cpp109 AllocInfo *alloc = it->second; in TrackFree() local
166 auto alloc = reinterpret_cast<AllocInfo *>(ptr + pos); in Dump() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.cpp32 VirtualState(Inst *inst, StateId id, ArenaAllocator *alloc) in VirtualState() argument
170 PhiState(ArenaAllocator *alloc, DataType::Type type) : inputs_(alloc->Adapter()), type_(type) {} in PhiState() argument
[all...]

Completed in 15 milliseconds

12345678910>>...28