Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...27

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_android.c113 radv_image_from_gralloc(VkDevice device_h, const VkImageCreateInfo *base_info, const VkNativeBufferANDROID *gralloc_info, const VkAllocationCallbacks *alloc, VkImage *out_image_h) radv_image_from_gralloc() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c298 allocate_query_slot(struct svga_context *svga, struct svga_qmem_alloc_entry *alloc) allocate_query_slot() argument
325 deallocate_query_slot(struct svga_context *svga, struct svga_qmem_alloc_entry *alloc, unsigned index) deallocate_query_slot() argument
/third_party/node/deps/cares/src/lib/
H A Dares_dns_private.h128 size_t alloc; /*!< Allocated count of attribute/value member
/third_party/mesa3d/src/util/
H A Dregister_allocate.c538 ra_realloc_interference_graph(struct ra_graph *g, unsigned int alloc) in ra_realloc_interference_graph() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c239 const VkAllocationCallbacks *alloc = &instance->base.base.alloc; in vn_instance_init_renderer() local
695 const VkAllocationCallbacks *alloc = in vn_CreateInstance() local
838 const VkAllocationCallbacks *alloc in vn_DestroyInstance() local
[all...]
H A Dvn_descriptor_set.c27 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_descriptor_set_layout_destroy() local
195 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_CreateDescriptorSetLayout() local
53 vn_descriptor_set_destroy(struct vn_device *dev, struct vn_descriptor_set *set, const VkAllocationCallbacks *alloc) vn_descriptor_set_destroy() argument
281 const VkAllocationCallbacks *alloc = vn_CreateDescriptorPool() local
346 const VkAllocationCallbacks *alloc; vn_DestroyDescriptorPool() local
463 const VkAllocationCallbacks *alloc = &pool->allocator; vn_ResetDescriptorPool() local
488 const VkAllocationCallbacks *alloc = &pool->allocator; vn_AllocateDescriptorSets() local
607 const VkAllocationCallbacks *alloc = &pool->allocator; vn_FreeDescriptorSets() local
626 vn_update_descriptor_sets_alloc(uint32_t write_count, uint32_t image_count, uint32_t buffer_count, uint32_t view_count, uint32_t iub_count, const VkAllocationCallbacks *alloc, VkSystemAllocationScope scope) vn_update_descriptor_sets_alloc() argument
663 vn_update_descriptor_sets_parse_writes(uint32_t write_count, const VkWriteDescriptorSet *writes, const VkAllocationCallbacks *alloc) vn_update_descriptor_sets_parse_writes() argument
771 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_UpdateDescriptorSets() local
792 vn_update_descriptor_sets_parse_template( const VkDescriptorUpdateTemplateCreateInfo *create_info, const VkAllocationCallbacks *alloc, struct vn_descriptor_update_template_entry *entries) vn_update_descriptor_sets_parse_template() argument
914 const VkAllocationCallbacks *alloc = vn_CreateDescriptorUpdateTemplate() local
955 const VkAllocationCallbacks *alloc = vn_DestroyDescriptorUpdateTemplate() local
[all...]
/third_party/lwip/src/core/
H A Dtcp_out.c242 u16_t alloc = length; in tcp_pbuf_prealloc() local
/third_party/lzma/C/
H A DLzma2DecMt.c74 CAlignOffsetAlloc alloc; member
124 CLzma2DecMtHandle Lzma2DecMt_Create(ISzAllocPtr alloc, ISzAllocPtr allocMid) in Lzma2DecMt_Create() argument
[all...]
H A DLzma2Enc.c363 ISzAllocPtr alloc; member
385 CLzma2EncHandle Lzma2Enc_Create(ISzAllocPtr alloc, ISzAllocPtr allocBig) in Lzma2Enc_Create() argument
[all...]
H A DPpmd7.c84 void Ppmd7_Free(CPpmd7 *p, ISzAllocPtr alloc) in Ppmd7_Free() argument
92 BoolInt Ppmd7_Alloc(CPpmd7 *p, UInt32 size, ISzAllocPtr alloc) in Ppmd7_Alloc() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_ra.c812 find_or_allocate_temp(unsigned *map, unsigned value, unsigned *alloc) in find_or_allocate_temp() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource_state.cpp273 ensure_state_fixup_cmdlist(struct d3d12_context *ctx, ID3D12CommandAllocator *alloc) in ensure_state_fixup_cmdlist() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h61 bool alloc : 1; /* is it currently allocated */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp84 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument
H A DvktImageMultisampleLoadStoreTests.cpp306 const Allocation& alloc = constantsBuffer->getAllocation(); in test() local
325 const Allocation& alloc = resultBuffer->getAllocation(); in test() local
472 const Allocation& alloc = resultBuffer->getAllocation(); in test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp133 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktMeshShaderProvokingVertexTestsEXT.cpp274 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRobustnessCacheTests.cpp225 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryNonUniformArgsTests.cpp177 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp267 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktRayTracingPositionFetchTests.cpp239 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp91 const Allocation& alloc = vertexBuffer.getAllocation(); in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.cpp234 const Allocation& alloc = m_colorAttachmentBuffer->getAllocation(); in VulkanDrawContext() local
399 const Allocation& alloc = object->vertexBuffer->getAllocation(); in registerDrawObject() local
705 const Allocation& alloc = m_colorAttachmentBuffer->getAllocation(); in getColorPixels() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp84 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp133 auto& alloc = m_context.getDefaultAllocator(); in iterate() local

Completed in 28 milliseconds

1...<<11121314151617181920>>...27