Lines Matching defs:const
31 Move<VkPipeline> createGraphicsPipeline (const DeviceInterface& vk,
34 const VkGraphicsPipelineCreateInfo* pCreateInfo,
35 const VkAllocationCallbacks* pAllocator)
42 Move<VkPipeline> createComputePipeline (const DeviceInterface& vk,
45 const VkComputePipelineCreateInfo* pCreateInfo,
46 const VkAllocationCallbacks* pAllocator)
55 Move<VkPipeline> createRayTracingPipelineNV (const DeviceInterface& vk,
58 const VkRayTracingPipelineCreateInfoNV* pCreateInfo,
59 const VkAllocationCallbacks* pAllocator)
66 Move<VkPipeline> createRayTracingPipelineKHR (const DeviceInterface& vk,
70 const VkRayTracingPipelineCreateInfoKHR* pCreateInfo,
71 const VkAllocationCallbacks* pAllocator)
80 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo)
88 void allocateCommandBuffers (const DeviceInterface& vk, VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, Move<VkCommandBuffer> *pCommandBuffers)
99 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo)
107 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk,
110 const VkAllocationCallbacks* pAllocator)
112 const VkSemaphoreCreateInfo createInfo =
123 Move<VkSemaphore> createSemaphoreType (const DeviceInterface& vk,
127 const deUint64 initialValue,
128 const VkAllocationCallbacks* pAllocator)
130 const VkSemaphoreTypeCreateInfo createTypeInfo =
138 const VkSemaphoreCreateInfo createInfo =
149 Move<VkFence> createFence (const DeviceInterface& vk,
152 const VkAllocationCallbacks* pAllocator)
154 const VkFenceCreateInfo createInfo =
165 Move<VkCommandPool> createCommandPool (const DeviceInterface& vk,
169 const VkAllocationCallbacks* pAllocator)
171 const VkCommandPoolCreateInfo createInfo =
183 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk,
188 const VkCommandBufferAllocateInfo allocInfo =
201 Move<VkEvent> createEvent (const DeviceInterface& vk,
204 const VkAllocationCallbacks* pAllocateInfo)
206 const VkEventCreateInfo createInfo =
221 Move<VkShaderModule> createShaderModule(const DeviceInterface& vk, VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
234 void Deleter<VkDeviceMemory>::operator() (VkDeviceMemory obj) const
240 void Deleter<VkShaderModule>::operator() (VkShaderModule obj) const
246 void Deleter<VkQueryPool>::operator() (VkQueryPool obj) const
252 void Deleter<VkDescriptorPool>::operator() (VkDescriptorPool obj) const
261 void Deleter<VkCommandPool>::operator() (VkCommandPool obj) const
267 void Deleter<VkSwapchainKHR>::operator() (VkSwapchainKHR obj) const
273 void Deleter<VkSemaphoreSciSyncPoolNV>::operator() (VkSemaphoreSciSyncPoolNV obj) const