Searched refs:eCounterClockwise (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ | ||
H A D | DrawTester.cpp | 237 rasterizationState.frontFace = vk::FrontFace::eCounterClockwise; in createGraphicsPipeline() |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 3834 eCounterClockwise = VK_FRONT_FACE_COUNTER_CLOCKWISE, member in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits::QueryType::BufferCreateFlagBits::BufferUsageFlagBits::SharingMode::ImageLayout::ComponentSwizzle::ImageViewCreateFlagBits::ImageViewType::BlendFactor::BlendOp::ColorComponentFlagBits::CompareOp::CullModeFlagBits::DynamicState::FrontFace 3842 case FrontFace::eCounterClockwise: return "CounterClockwise"; in to_string() |
H A D | vulkan_structs.hpp | [all...] |
/third_party/vulkan-headers/include/vulkan/ | ||
H A D | vulkan_enums.hpp | 2804 eCounterClockwise = VK_FRONT_FACE_COUNTER_CLOCKWISE, member in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits::SystemAllocationScope::DeviceQueueCreateFlagBits::PipelineStageFlagBits::ImageAspectFlagBits::SparseImageFormatFlagBits::SparseMemoryBindFlagBits::FenceCreateFlagBits::EventCreateFlagBits::QueryPipelineStatisticFlagBits::QueryResultFlagBits::QueryType::BufferCreateFlagBits::BufferUsageFlagBits::SharingMode::ImageLayout::ComponentSwizzle::ImageViewCreateFlagBits::ImageViewType::PipelineCacheCreateFlagBits::BlendFactor::BlendOp::ColorComponentFlagBits::CompareOp::CullModeFlagBits::DynamicState::FrontFace |
H A D | vulkan_to_string.hpp | 5635 case FrontFace::eCounterClockwise: return "CounterClockwise"; in to_string() |
H A D | vulkan_structs.hpp | [all...] |
Completed in 286 milliseconds