Home
last modified time | relevance | path

Searched defs:alloc (Results 251 - 275 of 633) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp221 const Allocation& alloc = inBuffer.getAllocation(); in iterate() local
H A DvktImageMultisampleLoadStoreTests.cpp270 const Allocation& alloc = constantsBuffer->getAllocation(); in test() local
289 const Allocation& alloc = resultBuffer->getAllocation(); in test() local
436 const Allocation& alloc = resultBuffer->getAllocation(); in test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp468 MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); in bindImage() local
484 zeroBuffer(const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize size) zeroBuffer() argument
[all...]
/third_party/skia/src/core/
H A DSkColorFilter.cpp106 SkSTArenaAlloc<kEnoughForCommonFilters> alloc; in onFilterColor4f() local
[all...]
H A DSkVMBlitter.cpp297 BuildProgram(skvm::Builder* p, const Params& params, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) BuildProgram() argument
424 CacheKey( const Params& params, skvm::Uniforms* uniforms, SkArenaAlloc* alloc, bool* ok) CacheKey() argument
749 Make(const SkPixmap& device, const SkPaint& paint, const SkMatrixProvider& matrices, SkArenaAlloc* alloc, sk_sp<SkShader> clip) Make() argument
760 Make(const SkPixmap& device, const SkPaint& paint, const SkPixmap& sprite, int left, int top, SkArenaAlloc* alloc, sk_sp<SkShader> clip) Make() argument
[all...]
H A DSkRasterPipelineBlitter.cpp32 SkRasterPipelineBlitter(SkPixmap dst, SkBlendMode blend, SkArenaAlloc* alloc) SkRasterPipelineBlitter() argument
88 SkCreateRasterPipelineBlitter(const SkPixmap& dst, const SkPaint& paint, const SkMatrixProvider& matrixProvider, SkArenaAlloc* alloc, sk_sp<SkShader> clipShader) SkCreateRasterPipelineBlitter() argument
135 SkCreateRasterPipelineBlitter(const SkPixmap& dst, const SkPaint& paint, const SkRasterPipeline& shaderPipeline, bool is_opaque, SkArenaAlloc* alloc, sk_sp<SkShader> clipShader) SkCreateRasterPipelineBlitter() argument
147 Create(const SkPixmap& dst, const SkPaint& paint, SkArenaAlloc* alloc, const SkRasterPipeline& shaderPipeline, bool is_opaque, bool is_constant, sk_sp<SkShader> clipShader) Create() argument
[all...]
H A DSkRasterPipeline.h235 void append_constant_color(SkArenaAlloc* alloc, const SkColor4f& color) { in append_constant_color() argument
242 void append_set_rgb(SkArenaAlloc* alloc, const SkColor4f& color) { in append_set_rgb() argument
/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp209 void GrVkImage::DestroyAndFreeImageMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkImage& image) in DestroyAndFreeImageMemory() argument
531 GrVkAlloc alloc; in InitImageInfo() local
/third_party/skia/src/shaders/
H A DSkPictureShader.cpp342 PictureShaderContext( const SkPictureShader& shader, const ContextRec& rec, sk_sp<SkShader> bitmapShader, SkArenaAlloc* alloc) PictureShaderContext() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h518 Scheduler::Config& Scheduler::Config::setAllocator(Allocator* alloc) { in setAllocator() argument
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h727 allocation() noexcept : ptr(alloc()) {} in alloc() function in rust::cxxbridge1::Box::allocation
743 allocation alloc; in Box() local
751 allocation alloc; in Box() local
797 allocation alloc; in_place() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_benchmark.cc85 static void construct(allocator_type* alloc, slot_type* slot, Args... args) { in construct() argument
91 static void destroy(allocator_type* alloc, slot_type* slot) { in destroy() argument
96 static void transfer(allocator_type* alloc, slot_type* new_slot, in transfer() argument
H A Dbtree_container.h73 explicit btree_container(const allocator_type &alloc) in btree_container() argument
80 btree_container(const btree_container &other, const allocator_type &alloc) in btree_container() argument
85 btree_container(btree_container &&other, const allocator_type &alloc) in btree_container() argument
271 btree_set_container(InputIterator b, InputIterator e, const allocator_type &alloc) btree_set_container() argument
280 btree_set_container(std::initializer_list<init_type> init, const allocator_type &alloc) btree_set_container() argument
566 btree_multiset_container(InputIterator b, InputIterator e, const allocator_type &alloc) btree_multiset_container() argument
575 btree_multiset_container(std::initializer_list<init_type> init, const allocator_type &alloc) btree_multiset_container() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp251 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp187 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp379 const Allocation& alloc = colorBuffer.getAllocation(); in getPixelBufferAccess() local
460 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in iterate() local
474 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdeMemPool.c344 DebugAlloc* alloc = pool->debugAllocListHead; in deMemPool_destroy() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_swap_alloc.c476 mali_mem_allocation *alloc; in mali_mem_swap_release() local
592 void mali_mem_swap_mali_unmap(mali_mem_allocation *alloc) in mali_mem_swap_mali_unmap() argument
[all...]
H A Dmali_memory_os_alloc.c340 void mali_mem_os_mali_unmap(mali_mem_allocation *alloc) in mali_mem_os_mali_unmap() argument
452 mali_mem_allocation *alloc; in mali_mem_os_release() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_os_alloc.c340 void mali_mem_os_mali_unmap(mali_mem_allocation *alloc) in mali_mem_os_mali_unmap() argument
448 mali_mem_allocation *alloc; in mali_mem_os_release() local
[all...]
H A Dmali_memory_swap_alloc.c475 mali_mem_allocation *alloc; in mali_mem_swap_release() local
588 void mali_mem_swap_mali_unmap(mali_mem_allocation *alloc) in mali_mem_swap_mali_unmap() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpegaudioenc_template.c519 const unsigned char *alloc; in compute_bit_allocation() local
[all...]
/third_party/json/include/nlohmann/
H A Djson.hpp380 AllocatorType<T> alloc; in create() local
609 AllocatorType<object_t> alloc; in destroy() local
617 AllocatorType<array_t> alloc; in destroy() local
625 AllocatorType<string_t> alloc; destroy() local
633 AllocatorType<binary_t> alloc; destroy() local
2443 AllocatorType<string_t> alloc; erase() local
2450 AllocatorType<binary_t> alloc; erase() local
2514 AllocatorType<string_t> alloc; erase() local
2521 AllocatorType<binary_t> alloc; erase() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c587 tu_CreateImage(VkDevice _device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, VkImage *pImage) tu_CreateImage() argument
H A Dtu_shader.c720 tu_shader_create(struct tu_device *dev, nir_shader *nir, const struct tu_shader_key *key, struct tu_pipeline_layout *layout, const VkAllocationCallbacks *alloc) tu_shader_create() argument
846 tu_shader_destroy(struct tu_device *dev, struct tu_shader *shader, const VkAllocationCallbacks *alloc) tu_shader_destroy() argument

Completed in 25 milliseconds

1...<<11121314151617181920>>...26