Searched refs:extraVertices (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
H A D | GrQuadUtils.h | 31 * vertex clipped (producing a pentagonal shape spanned by 'quad' and 'extraVertices'). 33 int ClipToW0(DrawQuad* quad, DrawQuad* extraVertices);
|
H A D | GrQuadUtils.cpp | 391 int ClipToW0(DrawQuad* quad, DrawQuad* extraVertices) { 394 SkASSERT(quad && extraVertices); 506 extraVertices->fEdgeFlags = quad->fEdgeFlags & ~v2EdgeFlag; 533 v2.asGrQuads(&extraVertices->fDevice, GrQuad::Type::kPerspective, 534 &extraVertices->fLocal, localType); 535 // Caller must draw both 'quad' and 'extraVertices' to cover the clipped geometry
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 819 const auto extraVertices = (m_params.vertexOffset ? m_params.vertexOffset->offset : 0u); in iterate() local 1013 triangleVertices.reserve(vertexCount + extraVertices); in iterate() 1037 appendPaddingVertices(triangleVertices, extraVertices); in iterate() 1047 appendPaddingVertices(triangleVertices, extraVertices); in iterate() 1090 const auto vertexOffset = static_cast<deInt32>(extraVertices); in iterate() 1102 // any offset, while other draw calls will use indices which are off by extraVertices vertices. This will make sure not in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultiExtTests.cpp | 817 const auto extraVertices = (m_params.vertexOffset ? m_params.vertexOffset->offset : 0u); in iterate() local 1011 triangleVertices.reserve(vertexCount + extraVertices); in iterate() 1035 appendPaddingVertices(triangleVertices, extraVertices); in iterate() 1045 appendPaddingVertices(triangleVertices, extraVertices); in iterate() 1088 const auto vertexOffset = static_cast<deInt32>(extraVertices); in iterate() 1100 // any offset, while other draw calls will use indices which are off by extraVertices vertices. This will make sure not in iterate()
|
Completed in 8 milliseconds