Home
last modified time | relevance | path

Searched refs:vCount (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/tests/
DVerticesTest.cpp56 int vCount = 5; in DEF_TEST() local
65 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags); in DEF_TEST()
67 for (int i = 0; i < vCount; ++i) { in DEF_TEST()
78 builder.indices()[i] = i % vCount; in DEF_TEST()
/third_party/skia/tests/
DVerticesTest.cpp79 int vCount = 5; in DEF_TEST() local
89 SkVertices::Builder builder(SkVertices::kTriangles_VertexMode, vCount, iCount, flags); in DEF_TEST()
91 for (int i = 0; i < vCount; ++i) { in DEF_TEST()
102 builder.indices()[i] = i % vCount; in DEF_TEST()
/third_party/skia/src/core/
DSkVertState.h27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState()
33 fCount = vCount; in VertState()
/third_party/flutter/skia/src/core/
DSkVertState.h27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState()
33 fCount = vCount; in VertState()
DSkPathRef.cpp254 static bool validate_verb_sequence(const uint8_t verbs[], int vCount) { in validate_verb_sequence() argument
261 for (int i = vCount - 1; i >= 0; --i) { in validate_verb_sequence()
284 static bool deduce_pts_conics(const uint8_t verbs[], int vCount, int* ptCountPtr, in deduce_pts_conics() argument
287 if (0 < vCount && verbs[vCount-1] != SkPath::kMove_Verb) { in deduce_pts_conics()
294 for (int i = 0; i < vCount; ++i) { in deduce_pts_conics()
/third_party/skia/src/utils/
DSkCustomTypeface.cpp273 int vCount = verbs.size(); in compress_write() local
276 stream->write16(vCount); in compress_write()
278 for (int i = 0; i < (vCount & ~3); i += 4) { in compress_write()
281 if (vCount & 3) { in compress_write()
284 for (int i = vCount & ~3; i < vCount; ++i) { in compress_write()
290 if (vCount & 1) { in compress_write()
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexPathRenderer.cpp119 int* vCount, in compute_vectors() argument
174 *vCount = vCount64; in compute_vectors()
273 int* vCount, in get_segments() argument
342 return compute_vectors(segments, fanPt, dir, vCount, iCount); in get_segments()
379 int vCount = 4; in create_vertices() local
381 vCount += 5; in create_vertices()
383 vCount += 6; in create_vertices()
385 if (draw->fVertexCnt + vCount > (1 << 16)) { in create_vertices()
DGrAAHairLinePathRenderer.cpp739 bool check_bounds(const SkMatrix& viewMatrix, const SkRect& devBounds, void* vertices, int vCount) in check_bounds() argument
754 for (int i = 0; i < vCount; ++i) { in check_bounds()
/third_party/skia/src/gpu/ops/
DAAConvexPathRenderer.cpp122 int* vCount, in compute_vectors() argument
177 *vCount = vCount64; in compute_vectors()
281 int* vCount, in get_segments() argument
349 return compute_vectors(segments, fanPt, dir, vCount, iCount); in get_segments()
385 int vCount = 4; in create_vertices() local
387 vCount += 5; in create_vertices()
389 vCount += 6; in create_vertices()
391 if (draw->fVertexCnt + vCount > (1 << 16)) { in create_vertices()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimdlib_256_avx.inl240 Integer const& vCount) // return a << b (uint32) argument
245 __m128i vCountHi = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 1));
246 __m128i vCountLow = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 0));
305 Integer const& vCount) // return a >> b (uint32) argument
310 __m128i vCountHi = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 1));
311 __m128i vCountLow = _mm_castps_si128(_mm256_extractf128_ps(_mm256_castsi256_ps(vCount), 0));
/third_party/flutter/skia/include/core/
DSkVertices.h256 static sk_sp<SkVertices> Alloc(int vCount, int iCount, uint32_t builderFlags,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtitvfmt.cpp790 int32_t vCount = 0; in getDateTimeSkeleton() local
853 ++vCount; in getDateTimeSkeleton()
911 if ( vCount != 0 ) { in getDateTimeSkeleton()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalFormat.java1562 int vCount = 0; in getDateTimeSkeleton() local
1624 ++vCount; in getDateTimeSkeleton()
1682 if ( vCount != 0 ) { in getDateTimeSkeleton()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java1734 int vCount = 0; in getDateTimeSkeleton() local
1794 ++vCount; in getDateTimeSkeleton()
1850 if ( vCount != 0 ) { in getDateTimeSkeleton()
/third_party/icu/icu4c/source/i18n/
Ddtitvfmt.cpp1061 int32_t vCount = 0; in getDateTimeSkeleton() local
1122 ++vCount; in getDateTimeSkeleton()
1178 if ( vCount != 0 ) { in getDateTimeSkeleton()
/third_party/node/deps/icu-small/source/i18n/
Ddtitvfmt.cpp1061 int32_t vCount = 0; in getDateTimeSkeleton() local
1122 ++vCount; in getDateTimeSkeleton()
1178 if ( vCount != 0 ) { in getDateTimeSkeleton()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtitvfmt.cpp1061 int32_t vCount = 0; in getDateTimeSkeleton() local
1122 ++vCount; in getDateTimeSkeleton()
1178 if ( vCount != 0 ) { in getDateTimeSkeleton()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp890 Value *vCount = in swr_gs_llvm_end_primitive() local
894 vCount = unwrap(total_emitted_vertices_vec); in swr_gs_llvm_end_primitive()
901 vCount = SUB(vCount, VIMMED1(1)); in swr_gs_llvm_end_primitive()
902 Value *vOffset = ADD(UDIV(vCount, VIMMED1(8)), VIMMED1(VERTEX_COUNT_SIZE)); in swr_gs_llvm_end_primitive()
903 Value *vValue = SHL(VIMMED1(1), UREM(vCount, VIMMED1(8))); in swr_gs_llvm_end_primitive()
/third_party/flutter/skia/bench/
DPathBench.cpp339 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; in makePath() local
340 for (int v = 0; v < vCount; ++v) { in makePath()
/third_party/skia/bench/
DPathBench.cpp341 int vCount = fVerbCnts[(fCurrPath++) & (kNumVerbCnts - 1)]; in makePath() local
342 for (int v = 0; v < vCount; ++v) { in makePath()