| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsOp.cpp | 289 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 D | CommandAllocatorTests.cpp | 59 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 D | ResourceAllocatorManagerD3D12.cpp | 312 BuddyMemoryAllocator* allocator = in CreatePlacedResource() local
|
| H A D | ShaderVisibleDescriptorAllocatorD3D12.cpp | 79 std::unique_ptr<ShaderVisibleDescriptorAllocator> allocator = in Create() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | dag.h | 141 void DAGBase<T>::initCounters(RunContext* ctx, Allocator* allocator) { in initCounters() argument [all...] |
| H A D | memory.h | 104 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 D | thread.cpp | 118 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...] |
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | clone_context_test.cc | 40 Allocator* const allocator; member 73 Allocator* const allocator; member 83 Allocator* const allocator; member 634 Allocator allocator; in TEST_F() local 853 Allocator allocator; TEST_F() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| H A D | D3D12ResidencyTests.cpp | 374 dawn_native::d3d12::ShaderVisibleDescriptorAllocator* allocator = in TEST_P() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_gain_map.cpp | 252 dng_gain_map::dng_gain_map (dng_memory_allocator &allocator, in dng_gain_map() argument
|
| H A D | dng_iptc.cpp | 721 dng_memory_block * dng_iptc::Spool (dng_memory_allocator &allocator, in Spool() argument
|
| H A D | dng_opcodes.cpp | 306 Start(uint32 threadCount, const dng_point &tileSize, dng_memory_allocator *allocator, dng_abort_sniffer *sniffer) Start() argument 446 Start(uint32 threadCount, const dng_point &tileSize, dng_memory_allocator *allocator, dng_abort_sniffer * ) Start() argument
|
| /third_party/python/Python/ |
| H A D | hashtable.c | 316 _Py_hashtable_new_full(_Py_hashtable_hash_func hash_func, _Py_hashtable_compare_func compare_func, _Py_hashtable_destroy_func key_destroy_func, _Py_hashtable_destroy_func value_destroy_func, _Py_hashtable_allocator_t *allocator) _Py_hashtable_new_full() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineEarlyDestroyTests.cpp | 226 auto& allocator = context.getDefaultAllocator(); in testEarlyDestroy() local
|
| H A D | vktPipelineMultisampleBaseResolve.cpp | 65 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
| H A D | vktPostmortemUseAfterFreeTests.cpp | 279 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_no_buildgn/vulkan/ray_query/ |
| H A D | vktRayQueryProceduralGeometryTests.cpp | 99 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_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmFromHlslTests.cpp | 106 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp | 67 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| H A D | vktTessellationCommonEdgeTests.cpp | 254 Allocator& allocator = context.getDefaultAllocator(); in test() local
|
| H A D | vktTessellationGeometryPointSizeTests.cpp | 316 Allocator& allocator = context.getDefaultAllocator(); in test() local
|
| H A D | vktTessellationMiscDrawTests.cpp | 138 Allocator& allocator = context.getDefaultAllocator(); in runTest() local
|
| /third_party/glslang/glslang/Include/ |
| H A D | PoolAlloc.h | 318 TPoolAllocator& allocator; global() member in glslang::pool_allocator [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | device9.h | 152 struct nine_allocator *allocator; member
|
| /third_party/node/src/ |
| H A D | node_http_common.h | 408 New( Allocator* allocator, NgRcBufPointer<T> ptr) New() argument
|