Searched refs:VkFrontFace (Results 1 - 12 of 12) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkStrUtil.inl21 const char* getFrontFaceName (VkFrontFace value);
61 inline tcu::Format::Enum<VkFrontFace> getFrontFaceStr (VkFrontFace value) { return tcu::Format::Enum<VkFrontFace>(getFrontFaceName, value); }
101 inline std::ostream& operator<< (std::ostream& s, VkFrontFace value) { return s << getFrontFaceStr(value); }
H A DvkBasicTypes.inl471 enum VkFrontFace
H A DvkStructTypes.inl686 VkFrontFace frontFace;
H A DvkStrUtilImpl.inl520 const char* getFrontFaceName (VkFrontFace value)
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
H A DvktDrawCreateInfoUtil.cpp803 vk::VkFrontFace _frontFace,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCreateInfoUtil.hpp348 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
H A DvktDynamicStateCreateInfoUtil.cpp802 vk::VkFrontFace _frontFace,
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolCreateInfoUtil.hpp346 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
H A DvktQueryPoolCreateInfoUtil.cpp809 vk::VkFrontFace _frontFace,
/external/skia/third_party/vulkan/
H A Dvulkan.h563 typedef enum VkFrontFace { enum
570 } VkFrontFace; typedef in typeref:enum:VkFrontFace
1744 VkFrontFace frontFace;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h570 typedef enum VkFrontFace { enum
577 } VkFrontFace; typedef in typeref:enum:VkFrontFace
1753 VkFrontFace frontFace;

Completed in 77 milliseconds