Home
last modified time | relevance | path

Searched defs:allocations (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_test.cc172 auto allocations = gen.DynamicWorkgroupAllocations(); in TEST_F() local
214 auto allocations = gen.DynamicWorkgroupAllocations(); in TEST_F() local
267 auto allocations = gen.DynamicWorkgroupAllocations(); in TEST_F() local
396 auto allocations = gen.DynamicWorkgroupAllocations(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dsmall_vector.cpp25 static int allocations = 0; variable
/kernel/linux/linux-5.10/security/selinux/include/
H A Davc.h39 unsigned int allocations; member
/kernel/linux/linux-6.6/security/selinux/include/
H A Davc.h39 unsigned int allocations; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h19 unsigned int allocations; member
25 unsigned int allocations; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DBuddyMemoryAllocatorTests.cpp393 std::vector<ResourceMemoryAllocation> allocations = {}; TEST() local
434 std::vector<ResourceMemoryAllocation> allocations = {}; TEST() local
[all...]
/third_party/selinux/libselinux/utils/
H A Davcstat.c33 unsigned long long allocations; member
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbexec.c353 u32 allocations; in acpi_db_execute() local
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbexec.c353 u32 allocations; in acpi_db_execute() local
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc220 std::vector<v8::AllocationProfile::Allocation> allocations; in TranslateAllocationNode() local
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp226 std::vector<allocation> allocations; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResidencyManagerD3D12.cpp296 MakeAllocationsResident(MemorySegmentInfo* segment, uint64_t sizeToMakeResident, uint64_t numberOfObjectsToMakeResident, ID3D12Pageable** allocations) MakeAllocationsResident() argument
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp54 std::unordered_map<void*, AllocationDetails> allocations; member in MemoryTracker
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.h430 BASE_NS::vector<OperationDescription> allocations; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp406 std::vector<de::SharedPtr<Allocation> > allocations; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp408 std::vector<de::SharedPtr<Allocation> > allocations; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp364 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks() local
[all...]
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
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp924 std::vector<CPUDescriptorHeapAllocation> allocations; in TEST_P() local
951 std::list<CPUDescriptorHeapAllocation> allocations; in TEST_P() local
994 std::list<CPUDescriptorHeapAllocation> allocations; TEST_P() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp77 createSparseImageAndMemory(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, Allocator& allocator, vector<de::SharedPtr<Allocation> >& allocations, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, deUint32 sparseQueueFamilyIndex, const VkSemaphore& bindSemaphore, VkFormat format, deUint32 width, deUint32 height) createSparseImageAndMemory() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp356 vector<AllocationSp> allocations; in allocateAndBindImageMemory() local
129 allocateStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateStagingBuffers() argument
160 allocateAndWriteStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateAndWriteStagingBuffers() argument
176 readStagingBuffers(MultiPlaneImageData* imageData, const DeviceInterface& vkd, VkDevice device, const vector<AllocationSp>& allocations) readStagingBuffers() argument
478 fillImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, const MultiPlaneImageData& imageData, vk::VkAccessFlags nextAccess, vk::VkImageLayout finalLayout, deUint32 arrayLayer) fillImageMemory() argument
666 readImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, MultiPlaneImageData* imageData, vk::VkAccessFlags prevAccess, vk::VkImageLayout initialLayout) readImageMemory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp356 vector<AllocationSp> allocations; in allocateAndBindImageMemory() local
129 allocateStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateStagingBuffers() argument
160 allocateAndWriteStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateAndWriteStagingBuffers() argument
176 readStagingBuffers(MultiPlaneImageData* imageData, const DeviceInterface& vkd, VkDevice device, const vector<AllocationSp>& allocations) readStagingBuffers() argument
478 fillImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, const MultiPlaneImageData& imageData, vk::VkAccessFlags nextAccess, vk::VkImageLayout finalLayout, deUint32 arrayLayer) fillImageMemory() argument
665 readImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, MultiPlaneImageData* imageData, vk::VkAccessFlags prevAccess, vk::VkImageLayout initialLayout) readImageMemory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSparseRenderTargetTests.cpp77 createSparseImageAndMemory(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, Allocator& allocator, vector<de::SharedPtr<Allocation> >& allocations, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, deUint32 sparseQueueFamilyIndex, const VkSemaphore& bindSemaphore, VkFormat format, deUint32 width, deUint32 height) createSparseImageAndMemory() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h780 std::vector<Allocation> allocations; member
/third_party/node/deps/v8/include/
H A Dv8-profiler.h777 std::vector<Allocation> allocations; member

Completed in 23 milliseconds

12