Home
last modified time | relevance | path

Searched defs:makeViewport (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp153 inline VkViewport makeViewport(const tcu::IVec2& vec) in makeViewport() function
158 inline VkViewport makeViewport(const tcu::IVec3& vec) in makeViewport() function
163 inline VkViewport makeViewport(const tcu::UVec2& vec) in makeViewport() function
168 inline VkViewport makeViewport(const VkExtent3D& extent) in makeViewport() function
173 inline VkViewport makeViewport(const VkExtent2D& extent) in makeViewport() function
178 inline VkViewport makeViewport(const deUint32 width, const deUint32 height) in makeViewport() function
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl207 inline VkViewport makeViewport (float x, float y, float width, float height, float minDepth, float … function