HomeSort by relevance Sort by last modified time
    Searched refs:lookupIndices (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 325 void getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices) const;
353 void SamplerIndexingCase::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const int* lookupIndices) const
396 code << lookupIndices[lookupNdx];
398 code << "indexBase + " << (lookupIndices[lookupNdx]-1);
440 vector<int> lookupIndices (numLookups);
449 lookupIndices[ndx] = rnd.getInt(0, numSamplers-1);
451 getShaderSpec(&shaderSpec, numSamplers, numLookups, &lookupIndices[0]);
478 const int maxIndex = maxElement(lookupIndices);
508 expandedIndices.resize(numInvocations * lookupIndices.size());
512 expandedIndices[lookupNdx*numInvocations + invNdx] = lookupIndices[lookupNdx]
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 731 var lookupIndices = [];
735 // initialize the lookupIndices
736 var filterFuncs = initIndices(filterCols, lookupIndices, indexerFuncs);
747 indexerFuncs[j](lookupIndices[j], filterCols[j], temp.dataCols[j], i);
751 setFreeFormFilterOptions(filterCols, lookupIndices);
760 * @param {[]} lookupIndices Will be filled with datastructures for
762 * @param {[]} lookupIndices Will be filled with functions to index data
768 function initIndices(filterCols, lookupIndices, indexerFuncs) {
774 lookupIndices.push({});
777 getFreeFormFilterFunc(lookupIndices[lookupIndices.length-1]))
    [all...]

Completed in 85 milliseconds