Home
last modified time | relevance | path

Searched defs:alloc (Results 151 - 175 of 559) sorted by relevance

12345678910>>...23

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalIgnoreTests.cpp131 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTransfer.cpp198 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 DvktSSBOCornerCase.cpp178 de::MovePtr<vk::Allocation> alloc; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp342 const Allocation& alloc = vertexBuffer.getAllocation(); in test() local
H A DvktTessellationGeometryPointSizeTests.cpp396 const Allocation& alloc = colorBuffer.getAllocation(); in test() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTransfer.cpp193 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 DStrokeTessellateOp.cpp96 GrOp::CombineResult StrokeTessellateOp::onCombineIfPossible(GrOp* grOp, SkArenaAlloc* alloc, in onCombineIfPossible() argument
/third_party/skia/src/gpu/vk/
H A DGrVkBuffer.cpp75 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 DGrVkMemory.cpp44 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 DGrVkImage.h74 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 DSamplePathTessellators.cpp82 auto alloc = flushState->allocator(); variable
/third_party/skia/src/core/
H A DSkBlitter_Sprite.cpp105 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 DSkGlyph.cpp70 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 DSkRasterPipeline.cpp18 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 DSkTwoPointConicalGradient.cpp156 void SkTwoPointConicalGradient::appendGradientStages(SkArenaAlloc* alloc, SkRasterPipeline* p, in appendGradientStages() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-vector.hh208 bool alloc (unsigned int size) in alloc() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmemory.h182 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 Dclone_context_test.cc30 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 Dhashtable.c322 _Py_hashtable_allocator_t alloc; in _Py_hashtable_new_full() local
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_protocol_inheritance.rs24 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 Dinlined_vector.h168 InlinedVector(const InlinedVector& other, const allocator_type& alloc) InlinedVector() argument
[all...]
H A Dfixed_array.h467 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 Dcontainer_memory.h54 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 DvktSSBOCornerCase.cpp178 de::MovePtr<vk::Allocation> alloc; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp342 const Allocation& alloc = vertexBuffer.getAllocation(); in test() local

Completed in 16 milliseconds

12345678910>>...23