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

  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.h 168 int getNumComponents(Id resultId) const { return getNumTypeComponents(getTypeId(resultId)); }
170 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); }
225 return getNumTypeComponents(getContainedTypeId(typeId));
    [all...]
SpvBuilder.cpp     [all...]
GlslangToSpv.cpp     [all...]

Completed in 2323 milliseconds