Home
last modified time | relevance | path

Searched defs:alloc (Results 676 - 700 of 959) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c593 struct token *alloc = alloc_token(streampos); in dup_token() local
/third_party/lzma/C/
H A D7zArcIn.c64 static SRes SzBitUi32s_Alloc(CSzBitUi32s *p, size_t num, ISzAllocPtr alloc) in SzBitUi32s_Alloc() argument
79 SzBitUi32s_Free(CSzBitUi32s *p, ISzAllocPtr alloc) SzBitUi32s_Free() argument
87 SzBitUi64s_Free(CSzBitUi64s *p, ISzAllocPtr alloc) SzBitUi64s_Free() argument
113 SzAr_Free(CSzAr *p, ISzAllocPtr alloc) SzAr_Free() argument
153 SzArEx_Free(CSzArEx *p, ISzAllocPtr alloc) SzArEx_Free() argument
320 ReadBitVector(CSzData *sd, UInt32 numItems, Byte **v, ISzAllocPtr alloc) ReadBitVector() argument
348 ReadUi32s(CSzData *sd2, UInt32 numItems, CSzBitUi32s *crcs, ISzAllocPtr alloc) ReadUi32s() argument
369 ReadBitUi32s(CSzData *sd, UInt32 numItems, CSzBitUi32s *crcs, ISzAllocPtr alloc) ReadBitUi32s() argument
395 ReadPackInfo(CSzAr *p, CSzData *sd, ISzAllocPtr alloc) ReadPackInfo() argument
646 ReadUnpackInfo(CSzAr *p, CSzData *sd2, UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs, ISzAllocPtr alloc) ReadUnpackInfo() argument
944 SzReadStreamsInfo(CSzAr *p, CSzData *sd, UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs, UInt64 *dataOffset, CSubStreamInfo *ssi, ISzAllocPtr alloc) SzReadStreamsInfo() argument
1059 ReadTime(CSzBitUi64s *p, UInt32 num, CSzData *sd2, const CBuf *tempBufs, UInt32 numTempBufs, ISzAllocPtr alloc) ReadTime() argument
[all...]
H A DLzmaDec.c1240 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAllocPtr alloc) in LzmaDec_FreeProbs() argument
1246 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAllocPtr alloc) in LzmaDec_FreeDict() argument
1252 void LzmaDec_Free(CLzmaDec *p, ISzAllocPtr alloc) in LzmaDec_Free() argument
1284 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAllocPtr alloc) in LzmaDec_AllocateProbs2() argument
1299 LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc) LzmaDec_AllocateProbs() argument
1308 LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAllocPtr alloc) LzmaDec_Allocate() argument
1340 LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc) LzmaDecode() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c656 struct zink_descriptor_set *alloc = ralloc_array(pool, struct zink_descriptor_set, bucket_size); in allocate_desc_set() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c3584 nine_state_access_transform(struct nine_ff_state *ff_state, D3DTRANSFORMSTATETYPE t, boolean alloc) nine_state_access_transform() argument
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1580 dzn_graphics_pipeline_destroy(struct dzn_graphics_pipeline *pipeline, const VkAllocationCallbacks *alloc) dzn_graphics_pipeline_destroy() argument
1995 dzn_compute_pipeline_destroy(struct dzn_compute_pipeline *pipeline, const VkAllocationCallbacks *alloc) dzn_compute_pipeline_destroy() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_virtgpu.c1444 virtgpu_destroy(struct vn_renderer *renderer, const VkAllocationCallbacks *alloc) virtgpu_destroy() argument
1737 vn_renderer_create_virtgpu(struct vn_instance *instance, const VkAllocationCallbacks *alloc, struct vn_renderer **renderer) vn_renderer_create_virtgpu() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c60 wsi_device_init(struct wsi_device *wsi, VkPhysicalDevice pdevice, WSI_FN_GetPhysicalDeviceProcAddr proc_addr, const VkAllocationCallbacks *alloc, int display_fd, const struct driOptionCache *dri_options, bool sw_device) wsi_device_init() argument
229 wsi_device_finish(struct wsi_device *wsi, const VkAllocationCallbacks *alloc) wsi_device_finish() argument
768 const VkAllocationCallbacks *alloc; wsi_CreateSwapchainKHR() local
814 const VkAllocationCallbacks *alloc; wsi_DestroySwapchainKHR() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp1323 auto& alloc = context.getDefaultAllocator(); in destroyEarlyTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp442 de::MovePtr<ImageWithMemory> makeDefaultImage (const DeviceInterface& vkd, VkDevice device, Allocator& alloc) in makeDefaultImage() argument
479 de::MovePtr<BufferWithMemory> makeDefaultBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 numElements = 1u) in makeDefaultBuffer() argument
542 AccelerationStructureData makeDefaultAccelerationStructure (const DeviceInterface& vkd, VkDevice device, VkCommandBuffer cmdBuffer, Allocator& alloc, bool triangles, deUint16 offsetX) in makeDefaultAccelerationStructure() argument
[all...]
H A DvktBindingValveMutableTests.cpp363 de::MovePtr<ImageWithMemory> makeDefaultImage (const DeviceInterface& vkd, VkDevice device, Allocator& alloc) in makeDefaultImage() argument
400 de::MovePtr<BufferWithMemory> makeDefaultBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, deUint32 numElements = 1u) in makeDefaultBuffer() argument
463 AccelerationStructureData makeDefaultAccelerationStructure (const DeviceInterface& vkd, VkDevice device, VkCommandBuffer cmdBuffer, Allocator& alloc, bool triangles, deUint16 offsetX) in makeDefaultAccelerationStructure() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp96 auto& alloc = ctx.getDefaultAllocator(); in BindVertexBuffersData() local
852 auto& alloc = buffer.getAllocation(); in fillBuffer() local
867 auto& alloc = devHelper.getAllocator(); in iterateTransfer() local
957 auto& alloc in iterateCompute() local
[all...]
H A DvktDynamicStateRSTests.cpp966 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp356 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument
406 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktMeshShaderBuiltinTests.cpp173 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktMeshShaderBuiltinTestsEXT.cpp268 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktMeshShaderSyncTests.cpp718 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp309 auto& alloc = buffer.getAllocation(); in zeroOutAndFlush() local
405 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
[all...]
H A DvktPipelineBindVertexBuffers2Tests.cpp117 auto& alloc = buffer.getAllocation(); in copyAndFlush() local
H A DvktPipelineImageSlicedViewOf3DTests.cpp605 auto& alloc = m_context.getDefaultAllocator(); in runSamplingPipeline() local
726 auto& alloc = m_context.getDefaultAllocator(); iterate() local
835 auto& alloc = m_context.getDefaultAllocator(); iterate() local
[all...]
H A DvktPipelineMiscTests.cpp277 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
654 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
1126 auto& alloc = m_context.getDefaultAllocator(); in runTest() local
1289 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
1484 auto& alloc = m_context.getDefaultAllocator(); iterate() local
[all...]
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1682 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktPipelineSamplerBorderSwizzleTests.cpp813 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktPipelineSpecConstantTests.cpp659 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp193 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
897 Allocation& alloc = buffer.getAllocation(); in verifyResult() local

Completed in 91 milliseconds

1...<<21222324252627282930>>...39