Home
last modified time | relevance | path

Searched defs:allocator (Results 451 - 475 of 596) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp361 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, vk::VkBuffer buffer, vk::MemoryRequirement requirement) in allocateAndBindObjectMemory() argument
370 de::MovePtr<vk::Allocation> allocateAndBindObjectMemory (const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, vk::VkImage image, vk::MemoryRequirement requirement) in allocateAndBindObjectMemory() argument
535 createColorAttachment(const vk::DeviceInterface& vki, vk::VkDevice device, vk::Allocator& allocator, const tcu::TextureFormat& format, const tcu::UVec2& size, de::MovePtr<vk::Allocation>* outAllocation) createColorAttachment() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktBasicDrawTests.cpp926 vk::Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
1113 vk::Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
1328 vk::Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp639 Allocator& allocator = m_context.getDefaultAllocator(); in createVertexBuffer() local
670 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
1055 Allocator& allocator = m_context.getDefaultAllocator(); in createVertexBuffer() local
1073 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicOperationTests.cpp1038 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
1267 Allocator& allocator = m_context.getDefaultAllocator(); in createImageAndView() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp1039 Allocator& allocator = m_context.getDefaultAllocator(); in readOneSampleFromMultisampleImage() local
1255 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
1467 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
1687 Allocator& allocator = m_context.getDefaultAllocator(); iterate() local
1962 Allocator& allocator = m_context.getDefaultAllocator(); iterate() local
2222 Allocator& allocator = m_context.getDefaultAllocator(); iterate() local
2441 Allocator& allocator = m_context.getDefaultAllocator(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1086 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp631 const Allocator &allocator = renderer->getAllocator(); in init() local
657 InitMappableAllocation(Context *context, const Allocator &allocator, Allocation *allocation, VkDeviceSize size, int value, VkMemoryPropertyFlags memoryPropertyFlags) InitMappableAllocation() argument
H A Dvk_wrapper.h1358 ANGLE_INLINE void Allocation::destroy(const Allocator &allocator) in destroy() argument
1367 ANGLE_INLINE VkResult Allocation::map(const Allocator &allocator, uint8_t **mapPointer) const in map() argument
1379 flush(const Allocator &allocator, VkDeviceSize offset, VkDeviceSize size) flush() argument
1387 invalidate(const Allocator &allocator, VkDeviceSize offset, VkDeviceSize size) invalidate() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp67 GrD3DGpu(GrDirectContext* direct, const GrContextOptions& contextOptions, const GrD3DBackendContext& backendContext, sk_sp<GrD3DMemoryAllocator> allocator) GrD3DGpu() argument
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp695 static void ImGui_ImplVulkan_CreateShaderModules(VkDevice device, const VkAllocationCallbacks* allocator) in ImGui_ImplVulkan_CreateShaderModules() argument
719 static void ImGui_ImplVulkan_CreateFontSampler(VkDevice device, const VkAllocationCallbacks* allocator) in ImGui_ImplVulkan_CreateFontSampler() argument
740 ImGui_ImplVulkan_CreateDescriptorSetLayout(VkDevice device, const VkAllocationCallbacks* allocator) ImGui_ImplVulkan_CreateDescriptorSetLayout() argument
761 ImGui_ImplVulkan_CreatePipelineLayout(VkDevice device, const VkAllocationCallbacks* allocator) ImGui_ImplVulkan_CreatePipelineLayout() argument
784 ImGui_ImplVulkan_CreatePipeline(VkDevice device, const VkAllocationCallbacks* allocator, VkPipelineCache pipelineCache, VkRenderPass renderPass, VkSampleCountFlagBits MSAASamples, VkPipeline* pipeline, uint32_t subpass) ImGui_ImplVulkan_CreatePipeline() argument
1167 ImGui_ImplVulkanH_CreateWindowCommandBuffers(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_CreateWindowCommandBuffers() argument
1227 ImGui_ImplVulkanH_CreateWindowSwapChain(VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator, int w, int h, uint32_t min_image_count) ImGui_ImplVulkanH_CreateWindowSwapChain() argument
1395 ImGui_ImplVulkanH_CreateOrResizeWindow(VkInstance instance, VkPhysicalDevice physical_device, VkDevice device, ImGui_ImplVulkanH_Window* wd, uint32_t queue_family, const VkAllocationCallbacks* allocator, int width, int height, uint32_t min_image_count) ImGui_ImplVulkanH_CreateOrResizeWindow() argument
1403 ImGui_ImplVulkanH_DestroyWindow(VkInstance instance, VkDevice device, ImGui_ImplVulkanH_Window* wd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyWindow() argument
1425 ImGui_ImplVulkanH_DestroyFrame(VkDevice device, ImGui_ImplVulkanH_Frame* fd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrame() argument
1438 ImGui_ImplVulkanH_DestroyFrameSemaphores(VkDevice device, ImGui_ImplVulkanH_FrameSemaphores* fsd, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrameSemaphores() argument
1445 ImGui_ImplVulkanH_DestroyFrameRenderBuffers(VkDevice device, ImGui_ImplVulkanH_FrameRenderBuffers* buffers, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyFrameRenderBuffers() argument
1455 ImGui_ImplVulkanH_DestroyWindowRenderBuffers(VkDevice device, ImGui_ImplVulkanH_WindowRenderBuffers* buffers, const VkAllocationCallbacks* allocator) ImGui_ImplVulkanH_DestroyWindowRenderBuffers() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp.cpp33 dng_xmp::dng_xmp (dng_memory_allocator &allocator) in dng_xmp() argument
2184 RebuildIPTC(dng_metadata &metadata, dng_memory_allocator &allocator, bool padForTIFF) RebuildIPTC() argument
/third_party/python/Programs/
H A D_testembed.c1982 PyMemAllocatorEx *allocator = (PyMemAllocatorEx *)ctx; in malloc_wrapper() local
1992 PyMemAllocatorEx *allocator = (PyMemAllocatorEx *)ctx; in calloc_wrapper() local
1999 PyMemAllocatorEx *allocator = (PyMemAllocatorEx *)ctx; realloc_wrapper() local
2006 PyMemAllocatorEx *allocator = (PyMemAllocatorEx *)ctx; free_wrapper() local
2011 wrap_allocator(PyMemAllocatorEx *allocator) wrap_allocator() argument
2025 unwrap_allocator(PyMemAllocatorEx *allocator) unwrap_allocator() argument
2034 PyMemAllocatorEx allocator; test_get_incomplete_frame() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp123 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
153 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
H A DvktPipelineBlendTests.cpp1750 vk::Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
H A DvktPipelineFramebufferAttachmentTests.cpp388 Allocator& allocator = context.getDefaultAllocator(); in test() local
786 Allocator& allocator = context.getDefaultAllocator(); in testNoAtt() local
1023 Allocator& allocator in testMultiAttachments() local
1469 Allocator& allocator = context.getDefaultAllocator(); testInputResolveSameAttachment() local
[all...]
H A DvktPipelineMultisampleShaderBuiltInTests.cpp678 Allocator& allocator = m_context.getDefaultAllocator(); in createMSPassDescSet() local
1300 auto& allocator = m_context.getDefaultAllocator(); in iterate() local
H A DvktPipelineRenderToImageTests.cpp792 Allocator& allocator = context.getDefaultAllocator(); in testWithSizeReduction() local
1321 Allocator& allocator in testRenderToMipMaps() local
175 bindBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindBuffer() argument
203 bindImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) bindImage() argument
[all...]
H A DvktPipelineSpecConstantTests.cpp523 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
631 Allocator& allocator = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp920 Allocator& allocator = context.getDefaultAllocator(); in createAttachments() local
1332 Allocator& allocator = m_context.getDefaultAllocator(); in createVertexBuffer() local
1372 Allocator& allocator = m_context.getDefaultAllocator(); in createResultBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryCullRayFlagsTests.cpp354 Allocator& allocator = context.getDefaultAllocator(); in initConfiguration() local
954 Allocator& allocator = context.getDefaultAllocator(); in initConfiguration() local
1028 Allocator& allocator = context.getDefaultAllocator(); in fillCommandBuffer() local
1875 Allocator& allocator = m_context.getDefaultAllocator(); iterate() local
[all...]
H A DvktRayQueryMiscTests.cpp818 createAccStructs(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkCommandBuffer cmdBuffer, const std::vector<Vec3> coords) const createAccStructs() argument
841 makeAttribBuff(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const std::vector<Vec3>& vertices, const std::vector<Vec3>& coords, const std::vector<Vec3>& centers) const makeAttribBuff() argument
927 Allocator& allocator = m_context.getDefaultAllocator(); iterate() local
[all...]
H A DvktRayQueryTraversalControlTests.cpp273 Allocator& allocator = context.getDefaultAllocator(); in initConfiguration() local
935 Allocator& allocator = context.getDefaultAllocator(); in initConfiguration() local
1008 Allocator& allocator = context.getDefaultAllocator(); in fillCommandBuffer() local
1888 Allocator& allocator = m_context.getDefaultAllocator(); iterate() local
[all...]
H A DvktRayQueryWatertightnessTests.cpp689 Allocator& allocator = context.getDefaultAllocator(); in initVertexBuffer() local
819 Allocator& allocator = context.getDefaultAllocator(); in initConfiguration() local
1364 Allocator& allocator = context.getDefaultAllocator(); in initConfiguration() local
1332 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group) createShaderBindingTable() argument
1439 Allocator& allocator = context.getDefaultAllocator(); fillCommandBuffer() local
1616 Allocator& allocator = context.getDefaultAllocator(); initAccelerationStructures() local
2013 Allocator& allocator = m_context.getDefaultAllocator(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp123 Allocator& allocator; member
[all...]
H A DvktRayTracingComplexControlFlowTests.cpp398 Allocator& allocator = m_context.getDefaultAllocator(); in initTopAccelerationStructure() local
416 Allocator& allocator = m_context.getDefaultAllocator(); in initBottomAccelerationStructure() local
527 Allocator& allocator = m_context.getDefaultAllocator(); in runTest() local
369 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group, const deUint32 groupCount) createShaderBindingTable() argument
[all...]

Completed in 65 milliseconds

1...<<11121314151617181920>>...24