Home
last modified time | relevance | path

Searched refs:ComputeRequiredAllocationSize (Results 1 - 25 of 62) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkObject.hpp47 size_t size = T::ComputeRequiredAllocationSize(pCreateInfo); in Create()
151 static size_t ComputeRequiredAllocationSize(const CreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::DispatchableObject
153 return T::ComputeRequiredAllocationSize(pCreateInfo); in ComputeRequiredAllocationSize()
H A DVkRenderPass.hpp31 static size_t ComputeRequiredAllocationSize(const VkRenderPassCreateInfo *pCreateInfo);
32 static size_t ComputeRequiredAllocationSize(const VkRenderPassCreateInfo2KHR *pCreateInfo);
H A DVkPipeline.hpp94 static size_t ComputeRequiredAllocationSize(const VkGraphicsPipelineCreateInfo *pCreateInfo);
140 static size_t ComputeRequiredAllocationSize(const VkComputePipelineCreateInfo *pCreateInfo);
H A DVkPipelineCache.cpp62 : dataSize(ComputeRequiredAllocationSize(pCreateInfo)) in PipelineCache()
89 size_t PipelineCache::ComputeRequiredAllocationSize(const VkPipelineCacheCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::PipelineCache
H A DVkSampler.hpp66 static size_t ComputeRequiredAllocationSize(const VkSamplerCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::Sampler
91 static size_t ComputeRequiredAllocationSize(const VkSamplerYcbcrConversionCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::SamplerYcbcrConversion
H A DVkDebugUtilsMessenger.cpp31 size_t DebugUtilsMessenger::ComputeRequiredAllocationSize(const VkDebugUtilsMessengerCreateInfoEXT *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::DebugUtilsMessenger
H A DVkDescriptorUpdateTemplate.hpp30 static size_t ComputeRequiredAllocationSize(const VkDescriptorUpdateTemplateCreateInfo *info);
H A DVkShaderModule.cpp36 size_t ShaderModule::ComputeRequiredAllocationSize(const VkShaderModuleCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::ShaderModule
H A DVkShaderModule.hpp28 static size_t ComputeRequiredAllocationSize(const VkShaderModuleCreateInfo *pCreateInfo);
H A DVkBufferView.hpp31 static size_t ComputeRequiredAllocationSize(const VkBufferViewCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::BufferView
H A DVkCommandPool.hpp32 static size_t ComputeRequiredAllocationSize(const VkCommandPoolCreateInfo *pCreateInfo);
H A DVkDebugUtilsMessenger.hpp30 static size_t ComputeRequiredAllocationSize(const VkDebugUtilsMessengerCreateInfoEXT *pCreateInfo);
H A DVkDescriptorUpdateTemplate.cpp33 size_t DescriptorUpdateTemplate::ComputeRequiredAllocationSize(const VkDescriptorUpdateTemplateCreateInfo *info) in ComputeRequiredAllocationSize() function in vk::DescriptorUpdateTemplate
H A DVkInstance.hpp32 static size_t ComputeRequiredAllocationSize(const VkInstanceCreateInfo *) { return 0; } in ComputeRequiredAllocationSize() function in vk::Instance
H A DVkDescriptorPool.cpp36 , poolSize(ComputeRequiredAllocationSize(pCreateInfo)) in DescriptorPool()
45 size_t DescriptorPool::ComputeRequiredAllocationSize(const VkDescriptorPoolCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::DescriptorPool
H A DVkEvent.hpp34 static size_t ComputeRequiredAllocationSize(const VkEventCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::Event
H A DVkFence.hpp30 static size_t ComputeRequiredAllocationSize(const VkFenceCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::Fence
H A DVkFramebuffer.hpp34 static size_t ComputeRequiredAllocationSize(const VkFramebufferCreateInfo *pCreateInfo);
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DHeadlessSurfaceKHR.hpp27 static size_t ComputeRequiredAllocationSize(const VkHeadlessSurfaceCreateInfoEXT *pCreateInfo);
H A DDirectFBSurfaceEXT.hpp35 static size_t ComputeRequiredAllocationSize(const VkDirectFBSurfaceCreateInfoEXT *pCreateInfo);
H A DHeadlessSurfaceKHR.cpp23 size_t HeadlessSurfaceKHR::ComputeRequiredAllocationSize(const VkHeadlessSurfaceCreateInfoEXT *pCreateInfo) in ComputeRequiredAllocationSize() function in vk::HeadlessSurfaceKHR
H A DWaylandSurfaceKHR.hpp41 static size_t ComputeRequiredAllocationSize(const VkWaylandSurfaceCreateInfoKHR *pCreateInfo);
H A DWin32SurfaceKHR.hpp39 static size_t ComputeRequiredAllocationSize(const VkWin32SurfaceCreateInfoKHR *pCreateInfo);
H A DXcbSurfaceKHR.hpp36 static size_t ComputeRequiredAllocationSize(const VkXcbSurfaceCreateInfoKHR *pCreateInfo);
H A DXlibSurfaceKHR.hpp36 static size_t ComputeRequiredAllocationSize(const VkXlibSurfaceCreateInfoKHR *pCreateInfo);

Completed in 6 milliseconds

123