Home
last modified time | relevance | path

Searched defs:alloc (Results 301 - 325 of 585) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.c590 void dstrassure(dstr_t *ds, size_t alloc) in dstrassure() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcdcacm.c1795 FAR struct cdcacm_alloc_s *alloc; in cdcacm_classobject() local
1863 FAR struct cdcacm_alloc_s *alloc; in cdcacm_uninitialize() local
[all...]
H A Drndis.c2350 FAR struct rndis_alloc_s *alloc; in rndis_classobject() local
2393 struct rndis_alloc_s *alloc; in rndis_uninitialize() local
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1254 int alloc; in tmpfs_write() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h58 size_t alloc; /**< size of private allocation */ member
/third_party/lzma/C/
H A DXz.h199 ISzAllocPtr alloc; member
[all...]
H A DLzFind.c68 static void LzInWindow_Free(CMatchFinder *p, ISzAllocPtr alloc) in LzInWindow_Free() argument
78 static int LzInWindow_Create2(CMatchFinder *p, UInt32 blockSize, ISzAllocPtr alloc) in LzInWindow_Create2() argument
254 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAllocPtr alloc) in MatchFinder_FreeThisClassMemory() argument
260 void MatchFinder_Free(CMatchFinder *p, ISzAllocPtr alloc) in MatchFinder_Free() argument
266 AllocRefs(size_t num, ISzAllocPtr alloc) AllocRefs() argument
370 MatchFinder_Create(CMatchFinder *p, UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAllocPtr alloc) MatchFinder_Create() argument
[all...]
H A DLzFindMt.c796 static void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAllocPtr alloc) in MatchFinderMt_FreeMem() argument
802 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAllocPtr alloc) in MatchFinderMt_Destruct() argument
848 MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAllocPtr alloc) MatchFinderMt_Create() argument
/third_party/lame/libmp3lame/
H A Dvbrquantize.c47 alloc_sf_f alloc; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.h54 VkAllocationCallbacks alloc; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c201 destroy_color_clear_pipeline(VkDevice _device, uint64_t pipeline, VkAllocationCallbacks *alloc) destroy_color_clear_pipeline() argument
214 destroy_depth_clear_pipeline(VkDevice _device, struct v3dv_meta_depth_clear_pipeline *p, VkAllocationCallbacks *alloc) destroy_depth_clear_pipeline() argument
[all...]
/third_party/node/src/
H A Dnode_zlib.cc950 void ZlibContext::SetAllocationFunctions(alloc_func alloc, in SetAllocationFunctions() argument
1143 CompressionError BrotliEncoderContext::Init(brotli_alloc_func alloc, in Init() argument
1208 CompressionError BrotliDecoderContext::Init(brotli_alloc_func alloc, in Init() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c332 const struct intel_mesh_urb_allocation alloc = in emit_urb_setup_mesh() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c397 vn_android_get_modifier_properties(struct vn_device *dev, VkFormat format, uint64_t modifier, const VkAllocationCallbacks *alloc, VkDrmFormatModifierPropertiesEXT *out_props) vn_android_get_modifier_properties() argument
466 vn_android_get_image_builder(struct vn_device *dev, const VkImageCreateInfo *create_info, const native_handle_t *handle, const VkAllocationCallbacks *alloc, struct vn_android_image_builder *out_builder) vn_android_get_image_builder() argument
559 vn_android_image_from_anb(struct vn_device *dev, const VkImageCreateInfo *create_info, const VkNativeBufferANDROID *anb_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_android_image_from_anb() argument
809 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_QueueSignalReleaseImageANDROID() local
1107 vn_android_image_from_ahb(struct vn_device *dev, const VkImageCreateInfo *create_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_android_image_from_ahb() argument
1133 vn_android_device_import_ahb(struct vn_device *dev, struct vn_device_memory *mem, const VkMemoryAllocateInfo *alloc_info, const VkAllocationCallbacks *alloc, struct AHardwareBuffer *ahb, bool internal_ahb) vn_android_device_import_ahb() argument
1266 vn_android_device_allocate_ahb(struct vn_device *dev, struct vn_device_memory *mem, const VkMemoryAllocateInfo *alloc_info, const VkAllocationCallbacks *alloc) vn_android_device_allocate_ahb() argument
1422 vn_android_buffer_from_ahb(struct vn_device *dev, const VkBufferCreateInfo *create_info, const VkAllocationCallbacks *alloc, struct vn_buffer **out_buf) vn_android_buffer_from_ahb() argument
[all...]
H A Dvn_queue.c124 const VkAllocationCallbacks *alloc = &queue->device->base.base.alloc; in vn_queue_submission_alloc_storage() local
310 const VkAllocationCallbacks *alloc = &queue->device->base.base.alloc; in vn_queue_submission_cleanup() local
508 vn_fence_init_payloads(struct vn_device *dev, struct vn_fence *fence, bool signaled, const VkAllocationCallbacks *alloc) vn_fence_init_payloads() argument
531 vn_fence_feedback_init(struct vn_device *dev, struct vn_fence *fence, bool signaled, const VkAllocationCallbacks *alloc) vn_fence_feedback_init() argument
592 vn_fence_feedback_fini(struct vn_device *dev, struct vn_fence *fence, const VkAllocationCallbacks *alloc) vn_fence_feedback_fini() argument
619 const VkAllocationCallbacks *alloc = vn_CreateFence() local
673 const VkAllocationCallbacks *alloc = vn_DestroyFence() local
815 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_WaitForFences() local
941 vn_semaphore_init_payloads(struct vn_device *dev, struct vn_semaphore *sem, uint64_t initial_val, const VkAllocationCallbacks *alloc) vn_semaphore_init_payloads() argument
981 const VkAllocationCallbacks *alloc = vn_CreateSemaphore() local
1025 const VkAllocationCallbacks *alloc = vn_DestroySemaphore() local
1114 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_WaitSemaphores() local
1256 const VkAllocationCallbacks *alloc = vn_CreateEvent() local
1290 const VkAllocationCallbacks *alloc = vn_DestroyEvent() local
[all...]
H A Dvn_renderer.h247 vn_renderer_create(struct vn_instance *instance, const VkAllocationCallbacks *alloc, struct vn_renderer **renderer) vn_renderer_create() argument
261 vn_renderer_destroy(struct vn_renderer *renderer, const VkAllocationCallbacks *alloc) vn_renderer_destroy() argument
H A Dvn_renderer_vtest.c966 vtest_destroy(struct vn_renderer *renderer, const VkAllocationCallbacks *alloc) vtest_destroy() argument
1099 vn_renderer_create_vtest(struct vn_instance *instance, const VkAllocationCallbacks *alloc, struct vn_renderer **renderer) vn_renderer_create_vtest() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c85 const VkAllocationCallbacks *alloc; member
1397 wsi_wl_init_wsi(struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc, VkPhysicalDevice physical_device) wsi_wl_init_wsi() argument
1434 wsi_wl_finish_wsi(struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc) wsi_wl_finish_wsi() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c50 const VkAllocationCallbacks *alloc; member
918 panvk_pipeline_builder_init_graphics(struct panvk_pipeline_builder *builder, struct panvk_device *dev, struct panvk_pipeline_cache *cache, const VkGraphicsPipelineCreateInfo *create_info, const VkAllocationCallbacks *alloc) panvk_pipeline_builder_init_graphics() argument
997 panvk_pipeline_builder_init_compute(struct panvk_pipeline_builder *builder, struct panvk_device *dev, struct panvk_pipeline_cache *cache, const VkComputePipelineCreateInfo *create_info, const VkAllocationCallbacks *alloc) panvk_pipeline_builder_init_compute() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp388 MovePtr<Allocation> alloc; member
414 MovePtr<Allocation> alloc; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp344 const vk::Allocation& alloc = indirectBuffer.getAllocation(); in fillIndirectBufferData() local
422 const vk::Allocation& alloc = resultBuffer.getAllocation(); in iterate() local
525 const vk::Allocation& alloc = resultBuffer.getAllocation(); in verifyResultBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp549 const Allocation alloc = m_colorBuffer->getBoundMemory(); in iterate() local
673 const Allocation alloc = m_colorBuffer->getBoundMemory(); in iterate() local
H A DvktDrawInvertedDepthRangesTests.cpp143 auto& alloc = m_context.getDefaultAllocator(); in InvertedDepthRangesTestInstance() local
525 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktDrawShaderLayerTests.cpp906 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader() local
925 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader() local
966 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader() local
985 const Allocation alloc in testTessellationShader() local
[all...]
H A DvktDrawShaderViewportIndexTests.cpp960 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader() local
979 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader() local
1021 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader() local
1040 const Allocation alloc in testTessellationShader() local
[all...]

Completed in 44 milliseconds

1...<<11121314151617181920>>...24