Home
last modified time | relevance | path

Searched defs:alloc (Results 351 - 375 of 961) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_buffer.c84 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_buffer_cache_entries_create() local
149 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_buffer_cache_entries_destroy() local
159 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_buffer_get_max_buffer_size() local
328 vn_buffer_create(struct vn_device *dev, const VkBufferCreateInfo *create_info, const VkAllocationCallbacks *alloc, struct vn_buffer **out_buf) vn_buffer_create() argument
363 const VkAllocationCallbacks *alloc = vn_CreateBuffer() local
397 const VkAllocationCallbacks *alloc = vn_DestroyBuffer() local
465 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_BindBufferMemory2() local
508 const VkAllocationCallbacks *alloc = vn_CreateBufferView() local
535 const VkAllocationCallbacks *alloc = vn_DestroyBufferView() local
[all...]
H A Dvn_common.h265 vn_instance_base_init( struct vn_instance_base *instance, const struct vk_instance_extension_table *supported_extensions, const struct vk_instance_dispatch_table *dispatch_table, const VkInstanceCreateInfo *info, const VkAllocationCallbacks *alloc) vn_instance_base_init() argument
305 vn_device_base_init(struct vn_device_base *dev, struct vn_physical_device_base *physical_dev, const struct vk_device_dispatch_table *dispatch_table, const VkDeviceCreateInfo *info, const VkAllocationCallbacks *alloc) vn_device_base_init() argument
H A Dvn_image.c111 vn_image_deferred_info_init(struct vn_image *img, const VkImageCreateInfo *create_info, const VkAllocationCallbacks *alloc) vn_image_deferred_info_init() argument
183 vn_image_deferred_info_fini(struct vn_image *img, const VkAllocationCallbacks *alloc) vn_image_deferred_info_fini() argument
218 vn_image_create(struct vn_device *dev, const VkImageCreateInfo *create_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_image_create() argument
256 vn_image_create_deferred(struct vn_device *dev, const VkImageCreateInfo *create_info, const VkAllocationCallbacks *alloc, struct vn_image **out_img) vn_image_create_deferred() argument
293 const VkAllocationCallbacks *alloc = vn_CreateImage() local
349 const VkAllocationCallbacks *alloc = vn_DestroyImage() local
447 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_BindImageMemory2() local
582 const VkAllocationCallbacks *alloc = vn_CreateImageView() local
621 const VkAllocationCallbacks *alloc = vn_DestroyImageView() local
642 const VkAllocationCallbacks *alloc = vn_CreateSampler() local
669 const VkAllocationCallbacks *alloc = vn_DestroySampler() local
691 const VkAllocationCallbacks *alloc = vn_CreateSamplerYcbcrConversion() local
739 const VkAllocationCallbacks *alloc = vn_DestroySamplerYcbcrConversion() local
[all...]
H A Dvn_device_memory.c31 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_memory_pool_grow_alloc() local
105 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_memory_pool_unref() local
410 const VkAllocationCallbacks *alloc = in vn_AllocateMemory() local
493 const VkAllocationCallbacks *alloc = vn_FreeMemory() local
[all...]
H A Dvn_device.c80 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_init_queues() local
122 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; in vn_device_queue_family_init() local
172 merge_extension_names(const char *const *exts, uint32_t ext_count, const char *const *extra_exts, uint32_t extra_count, const char *const *block_exts, uint32_t block_count, const VkAllocationCallbacks *alloc, const char *const **out_exts, uint32_t *out_count) merge_extension_names() argument
204 vn_device_fix_create_info(const struct vn_device *dev, const VkDeviceCreateInfo *dev_info, const VkAllocationCallbacks *alloc, VkDeviceCreateInfo *local_info) vn_device_fix_create_info() argument
324 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; vn_device_feedback_pool_init() local
342 vn_device_init(struct vn_device *dev, struct vn_physical_device *physical_dev, const VkDeviceCreateInfo *create_info, const VkAllocationCallbacks *alloc) vn_device_init() argument
432 const VkAllocationCallbacks *alloc = vn_CreateDevice() local
471 const VkAllocationCallbacks *alloc = vn_DestroyDevice() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c104 vk_device_init(struct vk_device *device, struct vk_physical_device *physical_device, const struct vk_device_dispatch_table *dispatch_table, const VkDeviceCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc) vk_device_init() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c47 const VkAllocationCallbacks *alloc; member
506 wsi_win32_init_wsi(struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc, VkPhysicalDevice physical_device) wsi_win32_init_wsi() argument
543 wsi_win32_finish_wsi(struct wsi_device *wsi_device, const VkAllocationCallbacks *alloc) wsi_win32_finish_wsi() argument
/third_party/lzma/C/
H A DMtDec.h134 ISzAllocPtr alloc; member
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc254 AllocationResult alloc = in CreateInitialMaps() local
263 AllocationResult alloc = in CreateInitialMaps() local
444 AllocationResult alloc = AllocateRaw(Cell::kSize, AllocationType::kOld); in CreateInitialMaps() local
538 AllocationResult alloc = AllocateRaw( in CreateInitialMaps() local
548 AllocationResult alloc = in CreateInitialMaps() local
567 AllocationResult alloc = CreateInitialMaps() local
582 AllocationResult alloc = CreateInitialMaps() local
[all...]
/third_party/rust/crates/cxx/gen/src/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/rust/crates/cxx/gen/cmd/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/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
H A Dobjc_inheritance.rs23 pub fn alloc() -> Self { in alloc() functions
40 pub fn alloc() -> Self { in alloc() functions
75 pub fn alloc() -> Self { in alloc() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dobjc_inheritance.rs23 pub fn alloc() -> Self { in alloc() functions
40 pub fn alloc() -> Self { in alloc() functions
75 pub fn alloc() -> Self { in alloc() functions
/third_party/rust/crates/cxx/gen/build/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/rust/crates/cxx/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/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp462 const Allocation& alloc = uniformBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp191 const vk::Allocation& alloc = outputBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp66 AllocMv alloc; member
105 AllocMv alloc; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp428 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument
447 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const float depth) in fillBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp221 const Allocation& alloc = inBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp255 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp187 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp121 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/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/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp450 const Allocation& alloc = uniformBuffer.getAllocation(); in iterate() local

Completed in 26 milliseconds

1...<<11121314151617181920>>...39