Searched refs:m_frontFace (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.hpp | 116 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder() 125 …GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontF… in setFrontFace() 151 vk::VkFrontFace m_frontFace; member in vkt::geometry::GraphicsPipelineBuilder
|
D | vktGeometryTestsUtil.cpp | 209 m_frontFace, // VkFrontFace frontFace; in build()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationUtil.hpp | 134 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder() 143 …GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontF… in setFrontFace() 169 vk::VkFrontFace m_frontFace; member in vkt::synchronization::GraphicsPipelineBuilder
|
D | vktSynchronizationUtil.cpp | 278 m_frontFace, // VkFrontFace frontFace; in build()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUtil.hpp | 111 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder() 121 …GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontF… in setFrontFace() 151 vk::VkFrontFace m_frontFace; member in vkt::tessellation::GraphicsPipelineBuilder
|
D | vktTessellationUtil.cpp | 295 m_frontFace, // VkFrontFace frontFace; in build()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 5000 , m_frontFace (frontFace) in CullingTestInstance() 5018 const VkFrontFace m_frontFace; member in vkt::rasterization::__anon767f68d50111::CullingTestInstance 5052 …ext().getLog() << tcu::TestLog::Message << "Setting front face to " << m_frontFace << tcu::TestLog… in iterate() 5120 …const bool cullDirection = (m_cullMode == VK_CULL_MODE_FRONT_BIT) ^ (m_frontFace == VK_FRONT_FACE_… in extractTriangles() 5264 rasterizationStateCreateInfo.frontFace = m_frontFace; in getRasterizationStateCreateInfo() 5277 , m_frontFace (frontFace) in CullingTestCase() 5283 …return new CullingTestInstance(context, m_cullMode, m_primitiveTopology, m_frontFace, m_polygonMod… in createInstance() 5289 const VkFrontFace m_frontFace; member in vkt::rasterization::__anon767f68d50111::CullingTestCase
|