| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| H A D | vktTessellationUserDefinedIO.cpp | 789 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local 802 const Allocation& alloc = resultBuffer.getAllocation(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 387 MovePtr<Allocation> alloc; member 413 MovePtr<Allocation> alloc; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| H A D | vktComputeIndirectComputeDispatchTests.cpp | 337 const vk::Allocation& alloc = indirectBuffer.getAllocation(); in fillIndirectBufferData() local 415 const vk::Allocation& alloc = resultBuffer.getAllocation(); in iterate() local 521 const vk::Allocation& alloc = resultBuffer.getAllocation(); in verifyResultBuffer() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawDiscardRectanglesTests.cpp | 549 const Allocation alloc = m_colorBuffer->getBoundMemory(); in iterate() local 673 const Allocation alloc = m_colorBuffer->getBoundMemory(); in iterate() local
|
| H A D | vktDrawInvertedDepthRangesTests.cpp | 143 auto& alloc = m_context.getDefaultAllocator(); in InvertedDepthRangesTestInstance() local 525 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| H A D | vktDrawShaderLayerTests.cpp | 895 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader() local 914 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexShader() local 955 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader() local 974 const Allocation alloc in testTessellationShader() local [all...] |
| H A D | vktDrawShaderViewportIndexTests.cpp | 956 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader() local 975 const Allocation alloc = colorBuffer->getBoundMemory(); in testVertexFragmentShader() local 1017 const Allocation alloc = colorBuffer->getBoundMemory(); in testTessellationShader() local 1036 const Allocation alloc in testTessellationShader() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| H A D | vktImageSubresourceLayoutTests.cpp | 379 auto& alloc = m_context.getDefaultAllocator(); in iterateAspect() local
|
| H A D | vktImageTranscodingSupportTests.cpp | 402 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcode() local 664 const Allocation& alloc = srcImageBuffer->getAllocation(); in transcode() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryAllocationTests.cpp | 485 VkMemoryAllocateInfo alloc = in iterate() local 541 const VkMemoryAllocateInfo alloc = in iterate() local
|
| H A D | vktMemoryPipelineBarrierTests.cpp | 542 const vk::VkMemoryAllocateInfo alloc = in allocMemory() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderApiTests.cpp | 353 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument 387 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
| H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 141 ConditionBuffer (const DeviceInterface& vkd, VkDevice device, Allocator& alloc, uint32_t condValue, bool bindWithOffset, bool condWithOffset) in ConditionBuffer() argument 224 std::unique_ptr<BufferWithMemory> makeIndirectBuffer (const DeviceInterface& vkd, const VkDevice device, Allocator& alloc, const T& data) in makeIndirectBuffer() argument 240 void ConditionalRenderingInstance::initIndirectBuffers (const DeviceInterface& vkd, const VkDevice device, Allocator& alloc) in initIndirectBuffers() argument 356 auto& alloc = m_context.getDefaultAllocator(); in iterate() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 189 UserValue(const DILocalVariable *var, const DIExpression *expr, DebugLoc L, LocMap::Allocator &alloc) UserValue() argument
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkBlurImageFilter.cpp | 217 static PassMaker* MakeMaker(double sigma, SkArenaAlloc* alloc) { in MakeMaker() argument 249 static GaussPass* Make(int window, void* buffers, SkArenaAlloc* alloc) { in Make() argument 473 static PassMaker* MakeMaker(double sigma, SkArenaAlloc* alloc) { in MakeMaker() argument 509 Make(int window, void* buffers, SkArenaAlloc* alloc) Make() argument 762 SkSTArenaAlloc<1024> alloc; cpu_blur() local [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | tjunittest.c | 95 static int doYUV = 0, alloc = 0, pad = 4; variable [all...] |
| /third_party/skia/tests/ |
| H A D | VkHardwareBufferTest.cpp | 787 GrVkAlloc alloc; in importHardwareBuffer() local
|
| /third_party/skia/src/shaders/gradients/ |
| H A D | SkGradientShader.cpp | 280 SkArenaAlloc* alloc = rec.fAlloc; in onAppendStages() local [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkJSON.cpp | 83 static void* MakeVector(const void* src, size_t size, SkArenaAlloc& alloc) { in MakeVector() argument 94 ArrayValue::ArrayValue(const Value* src, size_t size, SkArenaAlloc& alloc) { in ArrayValue() argument 119 FastString(const char* src, size_t size, const char* eos, SkArenaAlloc& alloc) { in FastString() argument 142 void initLongString(const char* src, size_t size, SkArenaAlloc& alloc) { in initLongString() argument 187 StringValue::StringValue(const char* src, size_t size, SkArenaAlloc& alloc) { in StringValue() argument 191 ObjectValue(const Member* src, size_t size, SkArenaAlloc& alloc) ObjectValue() argument 296 DOMParser(SkArenaAlloc& alloc) DOMParser() argument [all...] |
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | Tests.cpp | 259 D3D12MA::Allocation* alloc = nullptr;
in TestFrameIndexAndJson() local 379 D3D12MA::Allocation* alloc = nullptr;
in TestCustomHeapFlags() local 408 D3D12MA::Allocation* alloc in TestCustomHeapFlags() local 439 D3D12MA::Allocation* alloc = nullptr; TestPlacedResources() local 543 D3D12MA::Allocation* alloc = nullptr; TestOtherComInterface() local 782 D3D12MA::Allocation* alloc = NULL; TestAliasingMemory() local 829 D3D12MA::Allocation* alloc = nullptr; TestMapping() local 908 D3D12MA::Allocation* alloc = nullptr; TestStats() local 979 D3D12MA::Allocation* alloc = nullptr; TestTransfer() local 1067 D3D12MA::Allocation* alloc = nullptr; TestZeroInitialized() local [all...] |
| /third_party/python/Modules/_decimal/libmpdec/ |
| H A D | mpdecimal.h | 358 mpd_ssize_t alloc; member
|
| /third_party/python/Modules/ |
| H A D | _lzmamodule.c | 108 lzma_allocator alloc; member 116 lzma_allocator alloc; member [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | BinaryWriter.java | 72 private final BufferAllocator alloc; field in BinaryWriter 82 public static BinaryWriter newHeapInstance(BufferAllocator alloc) { in newHeapInstance() argument 90 public static BinaryWriter newHeapInstance(BufferAllocator alloc, int chunkSize) { in newHeapInstance() argument 100 public static BinaryWriter newDirectInstance(BufferAllocator alloc) { in newDirectInstance() argument 108 public static BinaryWriter newDirectInstance(BufferAllocator alloc, int chunkSize) { in newDirectInstance() argument 122 newSafeHeapInstance(BufferAllocator alloc, int chunkSize) newSafeHeapInstance() argument 126 newUnsafeHeapInstance(BufferAllocator alloc, int chunkSize) newUnsafeHeapInstance() argument 133 newSafeDirectInstance(BufferAllocator alloc, int chunkSize) newSafeDirectInstance() argument 137 newUnsafeDirectInstance(BufferAllocator alloc, int chunkSize) newUnsafeDirectInstance() argument 145 BinaryWriter(BufferAllocator alloc, int chunkSize) BinaryWriter() argument 927 SafeHeapWriter(BufferAllocator alloc, int chunkSize) SafeHeapWriter() argument 1456 UnsafeHeapWriter(BufferAllocator alloc, int chunkSize) UnsafeHeapWriter() argument 1991 SafeDirectWriter(BufferAllocator alloc, int chunkSize) SafeDirectWriter() argument 2540 UnsafeDirectWriter(BufferAllocator alloc, int chunkSize) UnsafeDirectWriter() argument [all...] |
| /third_party/protobuf/js/binary/ |
| H A D | decoder.js | |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-virtual-surround-sink.c | 116 static void * alloc(size_t x, size_t s) { in alloc() function [all...] |