/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
D | gen_mipmap.metal | 40 kernel void generate3DMipmaps(uint lIndex [[thread_index_in_threadgroup]], 75 lIndex = 0xffffffff; 90 TEXEL_STORE(lIndex, texel1); 95 if ((lIndex & 0x49) == 0) // (lIndex & b1001001) == 0 101 float4 texel2 = OUT_OF_BOUND_CHECK(texel1, TEXEL_LOAD(lIndex + 1), atEdge.x); 103 float4 texel3 = OUT_OF_BOUND_CHECK(texel1, TEXEL_LOAD(lIndex + kThreadGroupX), atEdge.y); 105 float4 texel4 = OUT_OF_BOUND_CHECK(texel1, TEXEL_LOAD(lIndex + kThreadGroupXY), atEdge.z); 107 float4 texel5 = OUT_OF_BOUND_CHECK(texel2, TEXEL_LOAD(lIndex + (kThreadGroupX + 1)), 110 float4 texel6 = OUT_OF_BOUND_CHECK(texel2, TEXEL_LOAD(lIndex + (kThreadGroupXY + 1)), 114 texel3, TEXEL_LOAD(lIndex + (kThreadGroupXY + kThreadGroupX)), atEdge.y | atEdge.z); [all …]
|
D | mtl_default_shaders_src_autogen.inc | 946 kernel void generate3DMipmaps(uint lIndex [[thread_index_in_threadgroup]], 981 lIndex = 0xffffffff; 996 sR[lIndex] = texel1.r; sG[lIndex] = texel1.g; sB[lIndex] = texel1.b; sA[lIndex] = texel1.a;; 1001 if ((lIndex & 0x49) == 0) 1007 …oat4 texel2 = (atEdge.x) ? (texel1) : (float4(sR[lIndex + 1], sG[lIndex + 1], sB[lIndex + 1], sA[l… 1009 …oat4 texel3 = (atEdge.y) ? (texel1) : (float4(sR[lIndex + 8], sG[lIndex + 8], sB[lIndex + 8], sA[l… 1011 …l4 = (atEdge.z) ? (texel1) : (float4(sR[lIndex + (8 * 8)], sG[lIndex + (8 * 8)], sB[lIndex + (8 * … 1013 …e.x | atEdge.y) ? (texel2) : (float4(sR[lIndex + (8 + 1)], sG[lIndex + (8 + 1)], sB[lIndex + (8 + … 1016 …dge.z) ? (texel2) : (float4(sR[lIndex + ((8 * 8) + 1)], sG[lIndex + ((8 * 8) + 1)], sB[lIndex + ((… 1019 …dge.z) ? (texel3) : (float4(sR[lIndex + ((8 * 8) + 8)], sG[lIndex + ((8 * 8) + 8)], sB[lIndex + ((… [all …]
|
/third_party/flutter/skia/tests/ |
D | PathOpsTightBoundsTest.cpp | 22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsLines() local 67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsQuads() local
|
/third_party/skia/tests/ |
D | PathOpsTightBoundsTest.cpp | 21 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsLines() local 66 for (int lIndex = 0; lIndex < lineCount; ++lIndex) { in testTightBoundsQuads() local
|
/third_party/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 305 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local 306 double lineT = (double) lIndex; in addLineNearEndPoints() 311 (*fLine)[lIndex], (*fLine)[!lIndex]); in addLineNearEndPoints() 315 fIntersections->insert(quadT, lineT, (*fLine)[lIndex]); in addLineNearEndPoints()
|
D | SkDConicLineIntersection.cpp | 205 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local 206 double lineT = (double) lIndex; in addLineNearEndPoints() 211 (*fLine)[lIndex], (*fLine)[!lIndex]); in addLineNearEndPoints() 215 fIntersections->insert(conicT, lineT, (*fLine)[lIndex]); in addLineNearEndPoints()
|
D | SkDCubicLineIntersection.cpp | 300 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local 301 double lineT = (double) lIndex; in addLineNearEndPoints() 306 fLine[lIndex], fLine[!lIndex]); in addLineNearEndPoints() 310 fIntersections->insert(cubicT, lineT, fLine[lIndex]); in addLineNearEndPoints()
|
D | SkPathOpsTSect.cpp | 1087 for (int lIndex = 0; lIndex < (int) SK_ARRAY_COUNT(thisLine.fPts); ++lIndex) { in linesIntersect() local 1088 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect() 1098 for (int lIndex = 0; lIndex < (int) SK_ARRAY_COUNT(oppLine.fPts); ++lIndex) { in linesIntersect() local 1099 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()
|
/third_party/flutter/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 305 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local 306 double lineT = (double) lIndex; in addLineNearEndPoints() 311 (*fLine)[lIndex], (*fLine)[!lIndex]); in addLineNearEndPoints() 315 fIntersections->insert(quadT, lineT, (*fLine)[lIndex]); in addLineNearEndPoints()
|
D | SkDConicLineIntersection.cpp | 205 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local 206 double lineT = (double) lIndex; in addLineNearEndPoints() 211 (*fLine)[lIndex], (*fLine)[!lIndex]); in addLineNearEndPoints() 215 fIntersections->insert(conicT, lineT, (*fLine)[lIndex]); in addLineNearEndPoints()
|
D | SkDCubicLineIntersection.cpp | 300 for (int lIndex = 0; lIndex < 2; ++lIndex) { in addLineNearEndPoints() local 301 double lineT = (double) lIndex; in addLineNearEndPoints() 306 fLine[lIndex], fLine[!lIndex]); in addLineNearEndPoints() 310 fIntersections->insert(cubicT, lineT, fLine[lIndex]); in addLineNearEndPoints()
|
D | SkPathOpsTSect.cpp | 1086 for (int lIndex = 0; lIndex < (int) SK_ARRAY_COUNT(thisLine.fPts); ++lIndex) { in linesIntersect() local 1087 ptMatches += thisRayI.pt(tIndex).approximatelyEqual(thisLine.fPts[lIndex]); in linesIntersect() 1097 for (int lIndex = 0; lIndex < (int) SK_ARRAY_COUNT(oppLine.fPts); ++lIndex) { in linesIntersect() local 1098 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()
|
/third_party/skia/third_party/externals/tint/test/bug/chromium/ |
D | 1273230.wgsl.expected.spvasm | 108 OpName %lIndex "lIndex" 440 %lIndex = OpVariable %_ptr_Function_uint Function %179 496 OpStore %lIndex %293
|
D | 1273230.wgsl | 130 var lIndex = toIndex1D(uniforms.gridSize, p0);
|
D | 1273230.wgsl.expected.hlsl | 124 uint lIndex = toIndex1D(uniforms[0].y, p0);
|
D | 1273230.wgsl.expected.wgsl | 148 var lIndex = toIndex1D(uniforms.gridSize, p0);
|
D | 1273230.wgsl.expected.msl | 135 uint lIndex = toIndex1D((*(tint_symbol_8)).gridSize, p0);
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 5099 addImport(bstrURL: string, lIndex?: number): number; 5100 addPageRule(bstrSelector: string, bstrStyle: string, lIndex?: number): number; 5101 addRule(bstrSelector: string, bstrStyle?: string, lIndex?: number): number; 5104 removeImport(lIndex: number): void; 5105 removeRule(lIndex: number): void;
|