Home
last modified time | relevance | path

Searched defs:allocator (Results 176 - 200 of 578) sorted by relevance

12345678910>>...24

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp113 std::unique_ptr<BufferWithMemory> makeBufferForImage(const DeviceInterface& vkd, const VkDevice device, Allocator& allocator, VkFormat imageFormat, VkExtent3D imageExtent) in makeBufferForImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawConcurrentTests.cpp220 de::MovePtr<SimpleAllocator> allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(vk, *computeDevice, memoryProperties)); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp319 Allocator& allocator = context.getDefaultAllocator(); in ScissorRenderer() local
402 Allocator& allocator = context.getDefaultAllocator(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp154 Allocator& allocator = context.getDefaultAllocator(); in draw() local
360 Allocator& allocator = context.getDefaultAllocator(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp98 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
H A DvktImageMismatchedFormatsTests.cpp380 auto& allocator = m_context.getDefaultAllocator(); in iterate() local
H A DvktImageMultisampleLoadStoreTests.cpp249 Allocator& allocator = context.getDefaultAllocator(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp233 auto& allocator = m_context.getDefaultAllocator(); in iterate() local
H A DvktMemoryModelSharedLayoutCase.cpp365 vk::Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp229 AllocationCallbackRecorder::AllocationCallbackRecorder (const VkAllocationCallbacks* allocator, deUint32 callCountHint) in AllocationCallbackRecorder() argument
280 DeterministicFailAllocator::DeterministicFailAllocator (const VkAllocationCallbacks* allocator, Mode mode, deUint32 numPassingAllocs) in DeterministicFailAllocator() argument
H A DvkMemUtil.cpp420 bindImagePlanesMemory(const DeviceInterface& vkd, const VkDevice device, const VkImage image, const deUint32 numPlanes, vector<AllocationSp>& allocations, vk::Allocator& allocator, const vk::MemoryRequirement requirement) bindImagePlanesMemory() argument
462 bindImage(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) bindImage() argument
473 bindBuffer(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement) bindBuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.h311 TPoolAllocator *allocator; global() member in pool_allocator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h73 Allocator* allocator = Allocator::Default; member
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.h66 Location(AllocatorWrapper allocator) in Location() argument
247 Location(AllocatorWrapper allocator, uint32_t type, int size, int alignment) in Location() argument
257 Location(AllocatorWrapper allocator, Offset location) in Location() argument
290 Label(AllocatorWrapper allocator) : Location(allocator, kVeneerTyp argument
292 Label(AllocatorWrapper allocator, Offset location) Label() argument
358 RawLiteral(AllocatorWrapper allocator, const void* addr, int size, PlacementPolicy placement_policy = kPlacedWhenUsed, DeletionPolicy deletion_policy = kManuallyDeleted) RawLiteral() argument
374 RawLiteral(AllocatorWrapper allocator, const void* addr, int size, DeletionPolicy deletion_policy) RawLiteral() argument
[all...]
/third_party/vixl/src/
H A Dpool-manager.h395 PoolManager(PandaAllocator* allocator, int header_size, int alignment, int buffer_alignment) in PoolManager() argument
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp140 ShaderVisibleDescriptorAllocator* allocator = in TEST_P() local
196 ShaderVisibleDescriptorAllocator* allocator = in TEST_P() local
229 ShaderVisibleDescriptorAllocator* allocator = in TEST_P() local
272 ShaderVisibleDescriptorAllocator* allocator = TEST_P() local
304 ShaderVisibleDescriptorAllocator* allocator = TEST_P() local
345 ShaderVisibleDescriptorAllocator* allocator = TEST_P() local
371 ShaderVisibleDescriptorAllocator* allocator = TEST_P() local
398 ShaderVisibleDescriptorAllocator* allocator = TEST_P() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.cpp1330 void BuildHueSatMapEncodingTable (dng_memory_allocator &allocator, in BuildHueSatMapEncodingTable() argument
H A Ddng_stream.cpp159 dng_memory_block * dng_stream::AsMemoryBlock (dng_memory_allocator &allocator) in AsMemoryBlock() argument
H A Ddng_negative.cpp261 dng_memory_block * dng_metadata::BuildExifBlock (dng_memory_allocator &allocator, in BuildExifBlock() argument
529 void dng_metadata::RebuildIPTC (dng_memory_allocator &allocator, in RebuildIPTC() argument
188 dng_metadata(const dng_metadata &rhs, dng_memory_allocator &allocator) dng_metadata() argument
[all...]
H A Ddng_render.cpp816 Start(uint32 threadCount, const dng_point &tileSize, dng_memory_allocator *allocator, dng_abort_sniffer *sniffer) Start() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp237 std::unique_ptr<vk::BufferWithMemory> makeBufferForImage(const vk::DeviceInterface& vkd, const vk::VkDevice device, vk::Allocator& allocator, tcu::TextureFormat tcuFormat, vk::VkExtent3D imageExtent) in makeBufferForImage() argument
H A DvktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp127 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp249 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp355 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
452 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
H A DvktSynchronizationImageLayoutTransitionTests.cpp176 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local

Completed in 26 milliseconds

12345678910>>...24