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

  /external/deqp-deps/glslang/hlsl/
hlslGrammar.h 113 bool acceptLiteral(TIntermTyped*&);
hlslGrammar.cpp 220 if (! acceptLiteral(lod)) // should never fail, since we just looked for an integer
229 if (! acceptLiteral(maxAnisotropy)) // should never fail, since we just looked for an integer
245 if (! acceptLiteral(lodBias)) {
873 if (! acceptLiteral(vecSize))
925 if (! acceptLiteral(rows))
941 if (! acceptLiteral(cols))
    [all...]

Completed in 469 milliseconds