Searched refs:numLocs (Results 1 – 2 of 2) sorted by relevance
/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/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() 456 int32_t numLocs = array.length() - 2; // subtract first, NULL in doParse() local 459 …return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL in doParse()
|