Home
last modified time | relevance | path

Searched defs:pCreateInfo (Results 1 - 25 of 211) sorted by relevance

123456789

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cs.h76 panvk_per_arch(translate_sampler_compare_func)(const VkSamplerCreateInfo *pCreateInfo) in translate_sampler_compare_func() argument
H A Dpanvk_pass.c34 panvk_CreateRenderPass2(VkDevice _device, const VkRenderPassCreateInfo2 *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass) panvk_CreateRenderPass2() argument
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sampler.c68 vk_sampler_border_color_value(const VkSamplerCreateInfo *pCreateInfo, in vk_sampler_border_color_value() argument
H A Dvk_buffer.c30 vk_buffer_init(struct vk_device *device, struct vk_buffer *buffer, const VkBufferCreateInfo *pCreateInfo) vk_buffer_init() argument
45 vk_buffer_create(struct vk_device *device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *alloc, size_t size) vk_buffer_create() argument
H A Dvk_framebuffer.c30 vk_common_CreateFramebuffer(VkDevice _device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer) vk_common_CreateFramebuffer() argument
[all...]
H A Dvk_pipeline_layout.c35 vk_pipeline_layout_init(struct vk_device *device, struct vk_pipeline_layout *layout, const VkPipelineLayoutCreateInfo *pCreateInfo) vk_pipeline_layout_init() argument
61 vk_pipeline_layout_zalloc(struct vk_device *device, size_t size, const VkPipelineLayoutCreateInfo *pCreateInfo) vk_pipeline_layout_zalloc() argument
78 vk_pipeline_layout_multizalloc(struct vk_device *device, struct vk_multialloc *ma, const VkPipelineLayoutCreateInfo *pCreateInfo) vk_pipeline_layout_multizalloc() argument
94 vk_common_CreatePipelineLayout(VkDevice _device, const VkPipelineLayoutCreateInfo *pCreateInfo, UNUSED const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout) vk_common_CreatePipelineLayout() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBufferView.cpp21 BufferView::BufferView(const VkBufferViewCreateInfo *pCreateInfo, void *mem) in BufferView() argument
H A DVkShaderModule.cpp23 ShaderModule::ShaderModule(const VkShaderModuleCreateInfo *pCreateInfo, void *mem) in ShaderModule() argument
36 size_t ShaderModule::ComputeRequiredAllocationSize(const VkShaderModuleCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() argument
H A DVkSampler.cpp19 SamplerState::SamplerState(const VkSamplerCreateInfo *pCreateInfo, const vk::SamplerYcbcrConversion *ycbcrConversion, in SamplerState() argument
48 Sampler(const VkSamplerCreateInfo *pCreateInfo, void *mem, const SamplerState &samplerState, uint32_t samplerID) Sampler() argument
[all...]
H A DVkBufferView.hpp31 static size_t ComputeRequiredAllocationSize(const VkBufferViewCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() argument
H A DVkDebugUtilsMessenger.cpp19 DebugUtilsMessenger::DebugUtilsMessenger(const VkDebugUtilsMessengerCreateInfoEXT *pCreateInfo, void *mem) in DebugUtilsMessenger() argument
31 size_t DebugUtilsMessenger::ComputeRequiredAllocationSize(const VkDebugUtilsMessengerCreateInfoEXT *pCreateInfo) in ComputeRequiredAllocationSize() argument
H A DVkDescriptorUpdateTemplate.cpp22 DescriptorUpdateTemplate::DescriptorUpdateTemplate(const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, void *mem) in DescriptorUpdateTemplate() argument
H A DVkDeviceMemoryExternalHost.cpp38 ExternalMemoryHost::ExternalMemoryHost(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in ExternalMemoryHost() argument
H A DVkDeviceMemoryExternalLinux.hpp35 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in OpaqueFdExternalMemory() argument
H A DVkEvent.hpp30 Event(const VkEventCreateInfo *pCreateInfo, void *mem) in Event() argument
34 static size_t ComputeRequiredAllocationSize(const VkEventCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() argument
H A DVkCommandPool.cpp25 CommandPool::CommandPool(const VkCommandPoolCreateInfo *pCreateInfo, void *mem) in CommandPool() argument
38 size_t CommandPool::ComputeRequiredAllocationSize(const VkCommandPoolCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() argument
H A DVkDeviceMemoryExternalFuchsia.hpp71 explicit VmoExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in VmoExternalMemory() argument
H A DVkFence.hpp26 Fence(const VkFenceCreateInfo *pCreateInfo, void *mem) in Fence() argument
30 static size_t ComputeRequiredAllocationSize(const VkFenceCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() argument
H A DVkInstance.cpp21 Instance::Instance(const VkInstanceCreateInfo *pCreateInfo, void *mem, VkPhysicalDevice physicalDevice, DebugUtilsMessenger *messenger) in Instance() argument
H A DVkPipelineLayout.cpp24 PipelineLayout::PipelineLayout(const VkPipelineLayoutCreateInfo *pCreateInfo, void *mem) in PipelineLayout() argument
78 size_t PipelineLayout::ComputeRequiredAllocationSize(const VkPipelineLayoutCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_queue.c31 anv_queue_init(struct anv_device *device, struct anv_queue *queue, uint32_t exec_flags, const VkDeviceQueueCreateInfo *pCreateInfo, uint32_t index_in_family) anv_queue_init() argument
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DHeadlessSurfaceKHR.cpp19 HeadlessSurfaceKHR::HeadlessSurfaceKHR(const VkHeadlessSurfaceCreateInfoEXT *pCreateInfo, void *mem) in HeadlessSurfaceKHR() argument
23 size_t HeadlessSurfaceKHR::ComputeRequiredAllocationSize(const VkHeadlessSurfaceCreateInfoEXT *pCreateInfo) in ComputeRequiredAllocationSize() argument
H A DDirectFBSurfaceEXT.cpp22 DirectFBSurfaceEXT::DirectFBSurfaceEXT(const VkDirectFBSurfaceCreateInfoEXT *pCreateInfo, void *mem) in DirectFBSurfaceEXT() argument
32 size_t DirectFBSurfaceEXT::ComputeRequiredAllocationSize(const VkDirectFBSurfaceCreateInfoEXT *pCreateInfo) in ComputeRequiredAllocationSize() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline_cache.c26 lvp_CreatePipelineCache( VkDevice _device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) lvp_CreatePipelineCache() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_device.c169 pack_sampler_state(struct v3dv_sampler *sampler, const VkSamplerCreateInfo *pCreateInfo, const VkSamplerCustomBorderColorCreateInfoEXT *bc_info) pack_sampler_state() argument
[all...]

Completed in 6 milliseconds

123456789