Home
last modified time | relevance | path

Searched defs:alloc (Results 251 - 275 of 939) sorted by relevance

1...<<11121314151617181920>>...38

/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h106 VkAllocationCallbacks alloc; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.c38 vn_feedback_buffer_create(struct vn_device *dev, uint32_t size, const VkAllocationCallbacks *alloc, struct vn_feedback_buffer **out_feedback_buf) vn_feedback_buffer_create() argument
126 vn_feedback_buffer_destroy(struct vn_device *dev, struct vn_feedback_buffer *feedback_buf, const VkAllocationCallbacks *alloc) vn_feedback_buffer_destroy() argument
158 vn_feedback_pool_init(struct vn_device *dev, struct vn_feedback_pool *pool, uint32_t size, const VkAllocationCallbacks *alloc) vn_feedback_pool_init() argument
435 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_feedback_cmd_pools_init() local
481 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_feedback_cmd_pools_fini() local
[all...]
H A Dvn_wsi.c79 const VkAllocationCallbacks *alloc = in vn_wsi_init() local
100 const VkAllocationCallbacks *alloc = in vn_wsi_fini() local
107 vn_wsi_create_image(struct vn_device *dev, const VkImageCreateInfo *create_info, const struct wsi_image_create_info *wsi_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_wsi_create_image() argument
174 vn_wsi_create_image_from_swapchain( struct vn_device *dev, const VkImageCreateInfo *create_info, const VkImageSwapchainCreateInfoKHR *swapchain_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_wsi_create_image_from_swapchain() argument
[all...]
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc.h375 int (*alloc)(struct alloc_device_t* dev, member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c174 struct nouveau_mm_allocation *alloc; in nouveau_mm_allocate() local
223 nouveau_mm_free(struct nouveau_mm_allocation *alloc) in nouveau_mm_free() argument
[all...]
/third_party/lwip/src/include/lwip/
H A Daltcp.h86 altcp_new_fn alloc; member
/third_party/lzma/C/
H A DLzma2Dec.c71 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_AllocateProbs() argument
78 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAllocPtr alloc) in Lzma2Dec_Allocate() argument
469 Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc) Lzma2Decode() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.c128 vk_image_create(struct vk_device *device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, size_t size) vk_image_create() argument
151 vk_image_destroy(struct vk_device *device, const VkAllocationCallbacks *alloc, struct vk_image *image) vk_image_destroy() argument
515 vk_image_view_create(struct vk_device *device, bool driver_internal, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, size_t size) vk_image_view_create() argument
533 vk_image_view_destroy(struct vk_device *device, const VkAllocationCallbacks *alloc, struct vk_image_view *image_view) vk_image_view_destroy() argument
[all...]
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp98 bool alloc(uint64_t size_order=52, uint64_t align_order=52) in alloc() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c369 instr_cf_alloc_t alloc = {.opc = ALLOC}; in assemble() local
334 write_cfs(struct ir2_context *ctx, instr_cf_t *cfs, unsigned cf_idx, instr_cf_alloc_t *alloc, instr_cf_exec_t *exec) write_cfs() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbasetexture9.c49 BOOL alloc = (Pool == D3DPOOL_DEFAULT) && !initResource && in NineBaseTexture9_ctor() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dinitthread.c93 init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep) in init_get_thread_local() argument
H A Dparam_build.c51 param_push(OSSL_PARAM_BLD *bld, const char *key, int size, size_t alloc, int type, int secure) param_push() argument
H A Dparams_dup.c23 OSSL_PARAM_ALIGNED_BLOCK *alloc; /* The allocated buffer */ member
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_key.c412 ossl_dh_key2buf(const DH *dh, unsigned char **pbuf_out, size_t size, int alloc) ossl_dh_key2buf() argument
/third_party/openssl/crypto/dh/
H A Ddh_key.c413 ossl_dh_key2buf(const DH *dh, unsigned char **pbuf_out, size_t size, int alloc) ossl_dh_key2buf() argument
/third_party/openssl/crypto/
H A Dinitthread.c93 init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep) in init_get_thread_local() argument
H A Dparam_build.c51 param_push(OSSL_PARAM_BLD *bld, const char *key, int size, size_t alloc, int type, int secure) param_push() argument
H A Dparams_dup.c23 OSSL_PARAM_ALIGNED_BLOCK *alloc; /* The allocated buffer */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp131 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp198 const Allocation& alloc = srcBuffer.getAllocation(); in iterate() local
260 const Allocation& alloc = dstBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp178 de::MovePtr<vk::Allocation> alloc; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp342 const Allocation& alloc = vertexBuffer.getAllocation(); in test() local
H A DvktTessellationGeometryPointSizeTests.cpp396 const Allocation& alloc = colorBuffer.getAllocation(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp193 const Allocation& alloc = srcBuffer.getAllocation(); in iterate() local
254 const Allocation& alloc = dstBuffer.getAllocation(); in iterate() local

Completed in 19 milliseconds

1...<<11121314151617181920>>...38