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

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 71 GetRenderAreaGranularityFunc getRenderAreaGranularity;
vkInitDeviceFunctionPointers.inl 71 m_vk.getRenderAreaGranularity = (GetRenderAreaGranularityFunc) GET_PROC_ADDR("vkGetRenderAreaGranularity");
vkDeviceDriverImpl.inl 340 void DeviceDriver::getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) const
342 m_vk.getRenderAreaGranularity(device, renderPass, pGranularity);
    [all...]
vkConcreteDeviceInterface.inl 71 virtual void getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) const;
vkVirtualDeviceInterface.inl 71 virtual void getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) const = 0;
vkNullDriverImpl.inl 579 VKAPI_ATTR void VKAPI_CALL getRenderAreaGranularity (VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 378 vk.getRenderAreaGranularity(device, *m_renderPass, &prePassGranularity);
384 vk.getRenderAreaGranularity(device, *m_renderPass, &granularity);
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 245 milliseconds