| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| H A D | generator_impl_test.cc | 172 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 D | small_vector.cpp | 25 static int allocations = 0; variable
|
| /kernel/linux/linux-5.10/security/selinux/include/ |
| H A D | avc.h | 39 unsigned int allocations; member
|
| /kernel/linux/linux-6.6/security/selinux/include/ |
| H A D | avc.h | 39 unsigned int allocations; member
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | allocate.h | 19 unsigned int allocations; member 25 unsigned int allocations; member
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| H A D | BuddyMemoryAllocatorTests.cpp | 393 std::vector<ResourceMemoryAllocation> allocations = {}; TEST() local 434 std::vector<ResourceMemoryAllocation> allocations = {}; TEST() local [all...] |
| /third_party/selinux/libselinux/utils/ |
| H A D | avcstat.c | 33 unsigned long long allocations; member [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | dbexec.c | 353 u32 allocations; in acpi_db_execute() local
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | dbexec.c | 353 u32 allocations; in acpi_db_execute() local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | sampling-heap-profiler.cc | 220 std::vector<v8::AllocationProfile::Allocation> allocations; in TranslateAllocationNode() local
|
| /third_party/mesa3d/src/util/tests/vma/ |
| H A D | vma_random_test.cpp | 226 std::vector<allocation> allocations; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | ResidencyManagerD3D12.cpp | 296 MakeAllocationsResident(MemorySegmentInfo* segment, uint64_t sizeToMakeResident, uint64_t numberOfObjectsToMakeResident, ID3D12Pageable** allocations) MakeAllocationsResident() argument
|
| /third_party/vulkan-loader/tests/ |
| H A D | loader_alloc_callback_tests.cpp | 54 std::unordered_map<void*, AllocationDetails> allocations; member in MemoryTracker [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | gpu_resource_manager.h | 430 BASE_NS::vector<OperationDescription> allocations; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageMismatchedFormatsTests.cpp | 406 std::vector<de::SharedPtr<Allocation> > allocations; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageMismatchedFormatsTests.cpp | 408 std::vector<de::SharedPtr<Allocation> > allocations; in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkAllocationCallbackUtil.cpp | 364 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks() local [all...] |
| H A D | vkMemUtil.cpp | 420 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 D | D3D12DescriptorHeapTests.cpp | 924 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 D | vktRenderPassSparseRenderTargetTests.cpp | 77 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 D | vktYCbCrUtil.cpp | 356 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 D | vktYCbCrUtil.cpp | 356 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 D | vktRenderPassSparseRenderTargetTests.cpp | 77 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 D | v8-profiler.h | 780 std::vector<Allocation> allocations; member
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-profiler.h | 777 std::vector<Allocation> allocations; member
|