Searched refs:prevData (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 296 const LineData& prevData = lineDatasSortedByLevel[lineNdx-1]; 298 if (curData.additionalSegmentLocation < 0 || prevData.additionalSegmentLocation < 0) 301 if (getClampedTessLevel(spacingMode, curData.tessLevel) == getClampedTessLevel(spacingMode, prevData.tessLevel) && 302 curData.additionalSegmentLocation != prevData.additionalSegmentLocation) 305 << tcu::TestLog::Message << "Note: tessellation levels are " << curData.tessLevel << " and " << prevData.tessLevel 308 << curData.additionalSegmentLocation << " and " << prevData.additionalSegmentLocation << ", respectively" << tcu::TestLog::EndMessage; 318 const LineData& prevData = lineDatasSortedByLevel[lineNdx-1]; 320 if (curData.additionalSegmentLength < 0.0f || prevData.additionalSegmentLength < 0.0f) 324 const float prevClampedLevel = getClampedTessLevel(spacingMode, prevData.tessLevel); 334 if (curData.additionalSegmentLength < prevData [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationFractionalSpacingTests.cpp | 296 const LineData& prevData = lineDatasSortedByLevel[lineNdx-1]; 298 if (curData.additionalSegmentLocation < 0 || prevData.additionalSegmentLocation < 0) 301 if (getClampedTessLevel(spacingMode, curData.tessLevel) == getClampedTessLevel(spacingMode, prevData.tessLevel) && 302 curData.additionalSegmentLocation != prevData.additionalSegmentLocation) 305 << tcu::TestLog::Message << "Note: tessellation levels are " << curData.tessLevel << " and " << prevData.tessLevel 308 << curData.additionalSegmentLocation << " and " << prevData.additionalSegmentLocation << ", respectively" << tcu::TestLog::EndMessage; 318 const LineData& prevData = lineDatasSortedByLevel[lineNdx-1]; 320 if (curData.additionalSegmentLength < 0.0f || prevData.additionalSegmentLength < 0.0f) 324 const float prevClampedLevel = getClampedTessLevel(spacingMode, prevData.tessLevel); 334 if (curData.additionalSegmentLength < prevData [all...] |
/third_party/skia/src/core/ |
H A D | SkDistanceFieldGen.cpp | 159 DFData* prevData = data - width; in init_distances() local 172 currGrad.fX = (prevData+1)->fAlpha - (prevData-1)->fAlpha in init_distances() 176 currGrad.fY = (nextData-1)->fAlpha - (prevData-1)->fAlpha in init_distances() 178 - SK_ScalarSqrt2*prevData->fAlpha in init_distances() 179 + (nextData+1)->fAlpha - (prevData+1)->fAlpha; in init_distances() 193 ++prevData; in init_distances()
|
/third_party/skia/samplecode/ |
H A D | SampleChart.cpp | 134 SkTDArray<SkScalar>* prevData = nullptr; variable 138 prevData, 153 prevData = fData + i;
|
/third_party/skia/bench/ |
H A D | ChartBench.cpp | 149 SkTDArray<SkScalar>* prevData = nullptr; variable 152 prevData, 167 prevData = fData + i;
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxmlparser.cpp | 704 const char* TiXmlDocument::Parse( const char* p, TiXmlParsingData* prevData, TiXmlEncoding encoding ) in Parse() argument 721 if ( prevData ) in Parse() 723 location.row = prevData->cursor.row; in Parse() 724 location.col = prevData->cursor.col; in Parse()
|
H A D | tinyxml.h | 1153 const char* ReadValue( const char* in, TiXmlParsingData* prevData, TiXmlEncoding encoding ); 1530 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 3023 SchedDataCalculator(const Target *targ) : score(NULL), prevData(0), 3163 int prevData; 3196 if (delay >= 0 || prevData == 0x04 || 3207 if (prevData != 0x04 || prevOp != OP_EXPORT) 3211 prevData = insn->sched; 3246 prevData = 0x00; 3256 if (prevData != 0x04) 3257 prevData = in->getExit()->sched;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 1401 const LineData& prevData = lineDatasSortedByLevel[lineNdx-1]; 1403 if (curData.additionalSegmentLocation < 0 || prevData.additionalSegmentLocation < 0) 1406 if (getClampedTessLevel(spacingMode, curData.tessLevel) == getClampedTessLevel(spacingMode, prevData.tessLevel) && 1407 curData.additionalSegmentLocation != prevData.additionalSegmentLocation) 1410 << TestLog::Message << "Note: tessellation levels are " << curData.tessLevel << " and " << prevData.tessLevel 1413 << curData.additionalSegmentLocation << " and " << prevData.additionalSegmentLocation << ", respectively" << TestLog::EndMessage; 1423 const LineData& prevData = lineDatasSortedByLevel[lineNdx-1]; 1425 if (curData.additionalSegmentLength < 0.0f || prevData.additionalSegmentLength < 0.0f) 1429 const float prevClampedLevel = getClampedTessLevel(spacingMode, prevData.tessLevel); 1439 if (curData.additionalSegmentLength < prevData [all...] |
Completed in 14 milliseconds