Searched refs:numLocs (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | LocationDetail.h | 71 FusedLocationStorage(unsigned numLocs, Attribute metadata) in FusedLocationStorage() 72 : numLocs(numLocs), metadata(metadata) {} in FusedLocationStorage() 75 return ArrayRef<Location>(getTrailingObjects<Location>(), numLocs); in getLocations() 100 size_t numTrailingObjects(OverloadToken<Location>) const { return numLocs; } in numTrailingObjects() 103 unsigned numLocs; member
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 175 const int numLocs = getNumTransportLocations(valueType); in genVertexShader() local 180 curInputLoc += numLocs; in genVertexShader() 181 curOutputLoc += numLocs; in genVertexShader() 264 const int numLocs = getNumTransportLocations(valueType); in genFragmentShader() local 271 curInLoc += numLocs; in genFragmentShader() 315 const int numLocs = getNumTransportLocations(valueType); in specializeVertexShader() local 319 curInputLoc += numLocs; in specializeVertexShader() 339 const int numLocs = getNumTransportLocations(valueType); in specializeVertexShader() local 343 curOutputLoc += numLocs; in specializeVertexShader() 393 const int numLocs = getNumTransportLocations(valueType); in specializeFragmentShader() local [all …]
|
/external/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/ |
D | mlir-support.gdb | 82 # CHECK: numLocs = 2
|
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 265 StringLocalizationInfo(UChar* i, UChar*** d, int32_t numRS, int32_t numLocs) in StringLocalizationInfo() argument 266 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs) in StringLocalizationInfo() 462 int32_t numLocs = array.length() - 2; // subtract first, NULL in doParse() local 465 …return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL in doParse()
|