Searched refs:currentLocation (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ValidateVaryingLocations.cpp | 224 int currentLocation = location; in ValidateShaderInterfaceAndAssignLocations() local 232 currentLocation = fieldLocation; in ValidateShaderInterfaceAndAssignLocations() 237 MarkVaryingLocations(diagnostics, varying, field, currentLocation, in ValidateShaderInterfaceAndAssignLocations() 240 currentLocation += fieldLocationCount; in ValidateShaderInterfaceAndAssignLocations() 262 int remainingLocations = currentLocation * (varyingType.getArraySizeProduct() - 1); in ValidateShaderInterfaceAndAssignLocations() 263 MarkVaryingLocations(diagnostics, varying, nullptr, currentLocation, in ValidateShaderInterfaceAndAssignLocations()
|
/third_party/parse5/packages/parse5/lib/tokenizer/ |
D | index.ts | 274 private currentLocation: Location | null; property in Tokenizer 281 this.currentLocation = this.getCurrentLocation(-1); 452 location: this.currentLocation, 460 location: this.currentLocation, 470 this.currentLocation = this.getCurrentLocation(0); 479 if (token.location && this.currentLocation) { 481 attrLocations[this.currentAttr.name] = this.currentLocation; 492 if (this.currentLocation) { 493 this.currentLocation.endLine = this.preprocessor.line; 494 this.currentLocation.endCol = this.preprocessor.col; [all …]
|
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/ |
D | CombineGeoData.java | 127 String currentLocation = phonePrefixMap.get(currentPrefix); in findRangeEnd() local 128 if (!currentLocation.equals(previousLocation) || in findRangeEnd()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 821 …ariableLocation (const std::vector<VariablePathComponent>& path, int startNdx, int currentLocation) in getIOSubVariableLocation() argument 823 if (currentLocation == -1) in getIOSubVariableLocation() 827 return currentLocation; in getIOSubVariableLocation() 829 return getIOSubVariableLocation(path, startNdx+1, currentLocation); in getIOSubVariableLocation() 835 return getIOSubVariableLocation(path, startNdx + 1, currentLocation); in getIOSubVariableLocation() 837 if (currentLocation != -1) in getIOSubVariableLocation() 838 …currentLocation += getVariableLocationLength(path[startNdx].getVariableType()->getStructPtr()->get… in getIOSubVariableLocation() 855 int currentLocation = block->layout.location; in getIOBlockVariableLocation() local 861 currentLocation = block->variables[memberNdx].layout.location; in getIOBlockVariableLocation() 867 if (currentLocation != -1) in getIOBlockVariableLocation() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 678 int currentLocation = location.val; in Uniform() local 684 if (currentLocation > 0) in Uniform() 686 childLocation = Loc::C(currentLocation); in Uniform() 690 currentLocation += type.childTypes[child].arraySize; in Uniform()
|