Home
last modified time | relevance | path

Searched defs:alloc (Results 351 - 375 of 637) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/mesa3d/src/virtio/vulkan/
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/lzma/C/
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/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...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp384 auto& alloc = m_context.getDefaultAllocator(); in iterateAspect() local
H A DvktImageTranscodingSupportTests.cpp402 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcode() local
664 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcode() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp485 VkMemoryAllocateInfo alloc = in iterate() local
545 const VkMemoryAllocateInfo alloc = in iterate() local
H A DvktMemoryPipelineBarrierTests.cpp542 const vk::VkMemoryAllocateInfo alloc = in allocMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp353 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
387 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp141 ConditionBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, uint32_t condValue, bool bindWithOffset, bool condWithOffset) in ConditionBuffer() argument
224 std::unique_ptr<BufferWithMemory> makeIndirectBuffer (const DeviceInterface& vkd, const VkDevice device, Allocator& alloc, const T& data) in makeIndirectBuffer() argument
240 void ConditionalRenderingInstance::initIndirectBuffers (const DeviceInterface& vkd, const VkDevice device, Allocator& alloc) in initIndirectBuffers() argument
356 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
[all...]
H A DvktMeshShaderSmokeTests.cpp382 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
928 auto& alloc = context.getDefaultAllocator(); in testFullscreenGradient() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp403 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp286 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp331 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktRayQueryPositionFetchTests.cpp405 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp412 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktRayTracingNonUniformArgsTests.cpp248 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
H A DvktRayTracingOpacityMicromapTests.cpp326 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp179 const Allocation alloc = m_imageBuffer->getBoundMemory(); in DynamicRenderingTestInstance() local

Completed in 48 milliseconds

1...<<11121314151617181920>>...26