Home
last modified time | relevance | path

Searched refs:numLocs (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp175 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 in specializeFragmentShader() local
451 const int numLocs = getNumTransportLocations(valueType); generateVertexSpecialization() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp175 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 in specializeFragmentShader() local
451 const int numLocs = getNumTransportLocations(valueType); generateVertexSpecialization() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Drbnf.cpp265 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()
/third_party/node/deps/icu-small/source/i18n/
H A Drbnf.cpp265 StringLocalizationInfo(char16_t* i, char16_t*** 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, nullptr in doParse() local
465 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, nullptr in doParse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbnf.cpp265 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()

Completed in 11 milliseconds