/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawNegativeViewportHeightTests.cpp | 355 if (!isCulled(VK_FRONT_FACE_COUNTER_CLOCKWISE)) in generateReferenceImage() 357 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage() 631 { "front_ccw", VK_FRONT_FACE_COUNTER_CLOCKWISE }, in populateTestGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.hpp | 60 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryTestsUtil.hpp | 60 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationWindingTests.cpp | 71 case WINDING_CCW: return VK_FRONT_FACE_COUNTER_CLOCKWISE; in mapFrontFace() 448 .setFrontFace (VK_FRONT_FACE_COUNTER_CLOCKWISE) in iterate()
|
H A D | vktTessellationUtil.hpp | 55 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationWindingTests.cpp | 71 case WINDING_CCW: return VK_FRONT_FACE_COUNTER_CLOCKWISE; in mapFrontFace() 448 .setFrontFace (VK_FRONT_FACE_COUNTER_CLOCKWISE) in iterate()
|
H A D | vktTessellationUtil.hpp | 55 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.hpp | 221 VkFrontFace frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE;
|
H A D | Renderer.cpp | 726 bool frontFacing = (state.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE) ? (A >= 0.0f) : (A <= 0.0f); in setupWireframeTriangles() 775 bool frontFacing = (state.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE) ? (d > 0) : (d < 0); in setupPointTriangles()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 709 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in blit2d_init_color_pipeline() 843 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in blit2d_init_depth_only_pipeline() 1000 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in blit2d_init_stencil_only_pipeline()
|
H A D | radv_meta_resolve_fs.c | 181 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_resolve_pipeline() 470 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_depth_stencil_resolve_pipeline()
|
H A D | radv_meta_decompress.c | 243 .frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE, in create_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawNegativeViewportHeightTests.cpp | 435 if (!isCulled(VK_FRONT_FACE_COUNTER_CLOCKWISE)) in generateReferenceImage() 437 const Vec4& color = (m_params.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE ? white : gray); in generateReferenceImage() 674 { "front_ccw", VK_FRONT_FACE_COUNTER_CLOCKWISE }, in populateTestGroup()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_pipeline.c | 166 rs_info ? rs_info->frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE : false; in pack_cfg_bits()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 350 VK_FRONT_FACE_COUNTER_CLOCKWISE, // VkFrontFace frontFace; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicControlPoints.cpp | 325 vk::VK_FRONT_FACE_COUNTER_CLOCKWISE, // VkFrontFace frontFace in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.hpp | 148 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 350 VK_FRONT_FACE_COUNTER_CLOCKWISE, // VkFrontFace frontFace; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDynamicControlPoints.cpp | 321 vk::VK_FRONT_FACE_COUNTER_CLOCKWISE, // VkFrontFace frontFace in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.hpp | 148 , m_frontFace (vk::VK_FRONT_FACE_COUNTER_CLOCKWISE) in GraphicsPipelineBuilder()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 297 vkd->cmdSetFrontFace(cmdBuffer, VK_FRONT_FACE_COUNTER_CLOCKWISE); in setFrontFace() 299 vkd->cmdSetFrontFaceEXT(cmdBuffer, VK_FRONT_FACE_COUNTER_CLOCKWISE); in setFrontFace()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 295 vkd->cmdSetFrontFace(cmdBuffer, VK_FRONT_FACE_COUNTER_CLOCKWISE); in setFrontFace() 297 vkd->cmdSetFrontFaceEXT(cmdBuffer, VK_FRONT_FACE_COUNTER_CLOCKWISE); in setFrontFace()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 1364 return invertCullFace ? VK_FRONT_FACE_CLOCKWISE : VK_FRONT_FACE_COUNTER_CLOCKWISE; in GetFrontFace() 1366 return invertCullFace ? VK_FRONT_FACE_COUNTER_CLOCKWISE : VK_FRONT_FACE_CLOCKWISE; in GetFrontFace()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryPositionFetchTests.cpp | 376 VK_FRONT_FACE_COUNTER_CLOCKWISE, // VkFrontFace frontFace in makeGraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.cpp | 304 VK_FRONT_FACE_COUNTER_CLOCKWISE, // VkFrontFace frontFace in makeGraphicsPipeline()
|