/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
H A D | vktConditionalIgnoreTests.cpp | 131 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTransfer.cpp | 198 const Allocation& alloc = srcBuffer.getAllocation(); in iterate() local 260 const Allocation& alloc = dstBuffer.getAllocation(); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 178 de::MovePtr<vk::Allocation> alloc; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 342 const Allocation& alloc = vertexBuffer.getAllocation(); in test() local
|
H A D | vktTessellationGeometryPointSizeTests.cpp | 396 const Allocation& alloc = colorBuffer.getAllocation(); in test() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTransfer.cpp | 193 const Allocation& alloc = srcBuffer.getAllocation(); in iterate() local 254 const Allocation& alloc = dstBuffer.getAllocation(); in iterate() local
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeTessellateOp.cpp | 96 GrOp::CombineResult StrokeTessellateOp::onCombineIfPossible(GrOp* grOp, SkArenaAlloc* alloc, in onCombineIfPossible() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkBuffer.cpp | 75 GrVkAlloc alloc; local 170 GrVkAlloc alloc; local 21 GrVkBuffer(GrVkGpu* gpu, size_t sizeInBytes, GrGpuBufferType bufferType, GrAccessPattern accessPattern, VkBuffer buffer, const GrVkAlloc& alloc, const GrVkDescriptorSet* uniformDescriptorSet) GrVkBuffer() argument 224 DestroyAndFreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkBuffer& buffer) global() argument [all...] |
H A D | GrVkMemory.cpp | 44 AllocAndBindBufferMemory(GrVkGpu* gpu, VkBuffer buffer, BufferUsage usage, GrVkAlloc* alloc, size_t size) global() argument 90 ImportAndBindBufferMemory(GrVkGpu* gpu, OH_NativeBuffer *nativeBuffer, VkBuffer buffer, GrVkAlloc* alloc) global() argument 146 FreeBufferMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc) global() argument 162 AllocAndBindImageMemory(GrVkGpu* gpu, VkImage image, GrMemoryless memoryless, GrVkAlloc* alloc, int memorySize) global() argument 231 FreeImageMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc) global() argument 243 MapAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc) global() argument 258 UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) global() argument 267 GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size, VkDeviceSize alignment, VkMappedMemoryRange* range) global() argument 290 FlushMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size) global() argument 305 InvalidateMappedAlloc(GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset, VkDeviceSize size) global() argument [all...] |
H A D | GrVkImage.h | 74 const GrVkAlloc& alloc() const { in alloc() function in GrVkImage 288 Resource(const GrVkGpu* gpu, VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) in Resource() argument 318 BorrowedResource(const GrVkGpu* gpu, VkImage image, const GrVkAlloc& alloc, in BorrowedResource() argument
|
/third_party/skia/samplecode/ |
H A D | SamplePathTessellators.cpp | 82 auto alloc = flushState->allocator(); variable
|
/third_party/skia/src/core/ |
H A D | SkBlitter_Sprite.cpp | 105 SkRasterPipelineSpriteBlitter(const SkPixmap& src, SkArenaAlloc* alloc, in SkRasterPipelineSpriteBlitter() argument 176 ChooseSprite(const SkPixmap& dst, const SkPaint& paint, const SkPixmap& source, int left, int top, SkArenaAlloc* alloc, sk_sp<SkShader> clipShader) ChooseSprite() argument [all...] |
H A D | SkGlyph.cpp | 70 size_t SkGlyph::allocImage(SkArenaAlloc* alloc) { in allocImage() argument 78 bool SkGlyph::setImage(SkArenaAlloc* alloc, SkScalerContext* scalerContext) { in setImage() argument 91 bool SkGlyph::setImage(SkArenaAlloc* alloc, const void* image) { in setImage() argument 100 size_t SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage() argument 144 void SkGlyph::installPath(SkArenaAlloc* alloc, const SkPath* path) { in installPath() argument 156 setPath(SkArenaAlloc* alloc, SkScalerContext* scalerContext) setPath() argument 170 setPath(SkArenaAlloc* alloc, const SkPath* path) setPath() argument 288 ensureIntercepts(const SkScalar* bounds, SkScalar scale, SkScalar xPos, SkScalar* array, int* count, SkArenaAlloc* alloc) ensureIntercepts() argument [all...] |
H A D | SkRasterPipeline.cpp | 18 SkRasterPipeline::SkRasterPipeline(SkArenaAlloc* alloc) : fAlloc(alloc) { in SkRasterPipeline() argument 91 void SkRasterPipeline::append_set_rgb(SkArenaAlloc* alloc, const float rgb[3]) { in append_set_rgb() argument 108 void SkRasterPipeline::append_constant_color(SkArenaAlloc* alloc, const float rgba[4]) { in append_constant_color() argument 139 void SkRasterPipeline::append_matrix(SkArenaAlloc* alloc, const SkMatrix& matrix) { in append_matrix() argument [all...] |
/third_party/skia/src/shaders/gradients/ |
H A D | SkTwoPointConicalGradient.cpp | 156 void SkTwoPointConicalGradient::appendGradientStages(SkArenaAlloc* alloc, SkRasterPipeline* p, in appendGradientStages() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-vector.hh | 208 bool alloc (unsigned int size) in alloc() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | memory.h | 182 auto alloc = allocate(request); in create() local 191 Allocation alloc; in destroy() local 215 auto alloc in make_unique_n() local 227 auto alloc = allocate(request); make_shared() local 411 auto alloc = allocator->allocate(request(n)); allocate() local 417 Allocation alloc; deallocate() local [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context_test.cc | 30 BlockAllocator<Cloneable> alloc; member 99 Allocator alloc; TEST_F() local 158 Allocator alloc; TEST_F() local 255 Allocator alloc; TEST_F() local [all...] |
/third_party/python/Python/ |
H A D | hashtable.c | 322 _Py_hashtable_allocator_t alloc; in _Py_hashtable_new_full() local [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | objc_protocol_inheritance.rs | 24 pub fn alloc() -> Self { in alloc() functions 42 pub fn alloc() -> Self { in alloc() functions
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector.h | 168 InlinedVector(const InlinedVector& other, const allocator_type& alloc) InlinedVector() argument [all...] |
H A D | fixed_array.h | 467 allocator_type& alloc() { return size_alloc_.template get<1>(); } in alloc() function in absl::FixedArray::Storage
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | container_memory.h | 54 void* Allocate(Alloc* alloc, size_t n) { in Allocate() argument 73 void Deallocate(Alloc* alloc, void* p, size_t n) { in Deallocate() argument 92 void ConstructFromTupleImpl(Alloc* alloc, T* ptr, Tuple&& t, in ConstructFromTupleImpl() argument 148 void ConstructFromTuple(Alloc* alloc, T* ptr, Tuple&& t) { in ConstructFromTuple() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 178 de::MovePtr<vk::Allocation> alloc; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 342 const Allocation& alloc = vertexBuffer.getAllocation(); in test() local
|