Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp69 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } in setFrontFace()
95 vk::VkFrontFace m_frontFace;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp69 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } in setFrontFace()
95 vk::VkFrontFace m_frontFace;
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h199 VkFrontFace front_face;
595 VkFrontFace front_face;
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.hpp152 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace()
221 VkFrontFace frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE;
H A DSetupProcessor.hpp57 VkFrontFace frontFace : BITS(VK_FRONT_FACE_MAX_ENUM);
H A DPixelProcessor.hpp97 VkFrontFace frontFace;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp63 VkFrontFace frontFace;
78 bool isCulled (const VkFrontFace triangleFace) const;
309 bool NegativeViewportHeightTestInstance::isCulled (const VkFrontFace triangleFace) const in isCulled()
628 VkFrontFace frontFace; in populateTestGroup()
H A DvktDrawCreateInfoUtil.hpp351 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
H A DvktDrawCreateInfoUtil.cpp817 vk::VkFrontFace _frontFace, in RasterizerState()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.h87 VkFrontFace front_face;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp157 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } in setFrontFace()
183 vk::VkFrontFace m_frontFace;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp65 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } in setFrontFace()
95 vk::VkFrontFace m_frontFace;
H A DvktTessellationWindingTests.cpp67 inline VkFrontFace mapFrontFace (const Winding winding) in mapFrontFace()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp157 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } in setFrontFace()
183 vk::VkFrontFace m_frontFace;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.hpp65 GraphicsPipelineBuilder& setFrontFace (const vk::VkFrontFace frontFace) { m_frontFace = frontFace; return *this; } in setFrontFace()
95 vk::VkFrontFace m_frontFace;
H A DvktTessellationWindingTests.cpp67 inline VkFrontFace mapFrontFace (const Winding winding) in mapFrontFace()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp145 VkFrontFace frontFace;
160 bool isCulled (const VkFrontFace triangleFace) const;
389 bool NegativeViewportHeightTestInstance::isCulled (const VkFrontFace triangleFace) const in isCulled()
671 VkFrontFace frontFace; in populateTestGroup()
H A DvktDrawCreateInfoUtil.hpp351 vk::VkFrontFace frontFace = vk::VK_FRONT_FACE_CLOCKWISE,
H A DvktDrawCreateInfoUtil.cpp817 vk::VkFrontFace _frontFace, in RasterizerState()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp139 VkFrontFace VulkanFrontFace(wgpu::FrontFace face) { in VulkanFrontFace()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_types.h2344 /* enum VkFrontFace */
2347 vn_sizeof_VkFrontFace(const VkFrontFace *val) in vn_sizeof_VkFrontFace()
2354 vn_encode_VkFrontFace(struct vn_cs_encoder *enc, const VkFrontFace *val) in vn_encode_VkFrontFace()
2360 vn_decode_VkFrontFace(struct vn_cs_decoder *dec, VkFrontFace *val) in vn_decode_VkFrontFace()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h1124 VkFrontFace front_face;
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc153 VkFrontFace ToVkFrontFace(FrontFace front_face) { in ToVkFrontFace()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h1303 VkFrontFace front_face;
1985 VkFrontFace front_face;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp1358 VkFrontFace GetFrontFace(GLenum frontFace, bool invertCullFace) in GetFrontFace()

Completed in 38 milliseconds

123