HomeSort by relevance Sort by last modified time
    Searched refs:destroyPipelineLayout (Results 1 - 10 of 10) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 56 DestroyPipelineLayoutFunc destroyPipelineLayout;
vkInitDeviceFunctionPointers.inl 56 m_vk.destroyPipelineLayout = (DestroyPipelineLayoutFunc) GET_PROC_ADDR("vkDestroyPipelineLayout");
vkDeviceDriverImpl.inl 265 void DeviceDriver::destroyPipelineLayout (VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) const
267 m_vk.destroyPipelineLayout(device, pipelineLayout, pAllocator);
    [all...]
vkRefUtilImpl.inl 82 m_deviceIface->destroyPipelineLayout(m_device, obj, m_allocator);
vkConcreteDeviceInterface.inl 56 virtual void destroyPipelineLayout (VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) const;
vkVirtualDeviceInterface.inl 56 virtual void destroyPipelineLayout (VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) const = 0;
vkNullDriverImpl.inl 272 VKAPI_ATTR void VKAPI_CALL destroyPipelineLayout (VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 114 context.getDeviceInterface().destroyPipelineLayout(context.getDevice(), pipelineLayout, pAllocator);
  /external/vulkan-validation-layers/demos/
cube.cpp 315 device.destroyPipelineLayout(pipeline_layout, nullptr);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 96 milliseconds