Home
last modified time | relevance | path

Searched defs:allocator (Results 101 - 125 of 567) sorted by relevance

12345678910>>...23

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp141 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp233 auto& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp240 auto& allocator = context.getDefaultAllocator(); in testEarlyDestroy() local
H A DvktPipelineMultisampleBaseResolve.cpp67 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp273 Allocator& allocator = m_allocator; in iterate() local
96 Buffer(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBufferCreateInfo& bufferCreateInfo, const MemoryRequirement memoryRequirement) Buffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp99 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
252 Allocator& allocator = m_context.getDefaultAllocator(); in setupAccelerationStructures() local
312 Allocator& allocator = m_context.getDefaultAllocator(); in setupAccelerationStructures() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp106 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp67 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp246 BufferWithMemory(const vk::InstanceInterface& vki, const DeviceInterface& vkd, const vk::VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkBufferCreateInfo& bufferCreateInfo, const MemoryRequirement memoryRequirement, const VkQueue sparseQueue) BufferWithMemory() argument
344 ImageWithMemory(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice phys, const VkDevice device, Allocator& allocator, const VkImageCreateInfo& imageCreateInfo, const VkQueue sparseQueue, const MemoryRequirement memoryRequirement) ImageWithMemory() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp254 Allocator& allocator = context.getDefaultAllocator(); in test() local
H A DvktTessellationGeometryPointSizeTests.cpp316 Allocator& allocator = context.getDefaultAllocator(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorSetTests.cpp252 Allocator& allocator = context.getDefaultAllocator(); in descriptorSetLayoutLifetimeComputeTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp206 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
377 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
550 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp136 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp70 void DestroyAllocator(VmaAllocator allocator) in DestroyAllocator() argument
75 VkResult CreatePool(VmaAllocator allocator, in CreatePool() argument
93 void DestroyPool(VmaAllocator allocator, VmaPool pool) in DestroyPool() argument
98 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() argument
103 VkResult CreateBuffer(VmaAllocator allocator, in CreateBuffer() argument
126 FindMemoryTypeIndexForBufferInfo(VmaAllocator allocator, const VkBufferCreateInfo *pBufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMappedBuffers, uint32_t *pMemoryTypeIndexOut) FindMemoryTypeIndexForBufferInfo() argument
142 GetMemoryTypeProperties(VmaAllocator allocator, uint32_t memoryTypeIndex, VkMemoryPropertyFlags *pFlags) GetMemoryTypeProperties() argument
149 MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) MapMemory() argument
154 UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) UnmapMemory() argument
159 FlushAllocation(VmaAllocator allocator, VmaAllocation allocation, VkDeviceSize offset, VkDeviceSize size) FlushAllocation() argument
167 InvalidateAllocation(VmaAllocator allocator, VmaAllocation allocation, VkDeviceSize offset, VkDeviceSize size) InvalidateAllocation() argument
175 BuildStatsString(VmaAllocator allocator, char **statsString, VkBool32 detailedMap) BuildStatsString() argument
180 FreeStatsString(VmaAllocator allocator, char *statsString) FreeStatsString() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp106 VmaAllocator allocator; in Make() local
117 GrVkAMDMemoryAllocator::GrVkAMDMemoryAllocator(VmaAllocator allocator, in GrVkAMDMemoryAllocator() argument
140 static void FirstPreAllocMemory(VmaAllocator allocator, VmaAllocationCreateInfo info) { in FirstPreAllocMemory() argument
172 PreAllocMemory(VmaAllocator allocator, VmaAllocation reservedAllocation) PreAllocMemory() argument
[all...]
H A DGrVkMemory.cpp53 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
154 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
167 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); local
236 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); global() local
246 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); global() local
260 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); global() local
296 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); global() local
311 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); global() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DCompiler.h124 TPoolAllocator allocator; member in TCompiler
/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp289 SkSTArenaAlloc<4096> allocator; // FIXME: add a constant expression here, tune in OpDebug() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DCommandAllocatorTests.cpp59 CommandAllocator allocator; in TEST() local
64 CommandAllocator allocator; in TEST() local
71 CommandAllocator allocator; in TEST() local
117 CommandAllocator allocator; in TEST() local
161 CommandAllocator allocator; TEST() local
205 CommandAllocator allocator; TEST() local
238 CommandAllocator allocator; TEST() local
278 CommandAllocator allocator; TEST() local
335 CommandAllocator allocator; TEST() local
345 CommandAllocator allocator; TEST() local
376 CommandAllocator allocator; TEST() local
384 CommandAllocator allocator; TEST() local
392 CommandAllocator allocator; TEST() local
400 CommandAllocator allocator; TEST() local
416 CommandAllocator allocator; TEST() local
433 CommandAllocator allocator; TEST() local
466 CommandAllocator& allocator = allocators[j]; TEST() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResourceAllocatorManagerD3D12.cpp312 BuddyMemoryAllocator* allocator = in CreatePlacedResource() local
H A DShaderVisibleDescriptorAllocatorD3D12.cpp79 std::unique_ptr<ShaderVisibleDescriptorAllocator> allocator = in Create() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Ddag.h141 void DAGBase<T>::initCounters(RunContext* ctx, Allocator* allocator) { in initCounters() argument
[all...]
H A Dmemory.h104 Allocator* allocator = nullptr; member
157 Allocator::Deleter::Deleter(Allocator* allocator, size_ in Deleter() argument
271 Allocator* const allocator; global() member in marl::TrackedAllocator
292 TrackedAllocator(Allocator* allocator) TrackedAllocator() argument
387 Allocator* allocator; global() member
391 StlAllocator(Allocator* allocator) StlAllocator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread.cpp118 Thread::Affinity::Affinity(Allocator* allocator) : cores(allocator) {} in Affinity() argument
120 Thread::Affinity::Affinity(const Affinity& other, Allocator* allocator) in Affinity() argument
123 Affinity(std::initializer_list<Core> list, Allocator* allocator) Affinity() argument
[all...]

Completed in 22 milliseconds

12345678910>>...23