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

  /external/deqp-deps/glslang/SPIRV/
SPVRemapper.h 174 bool isTypeOp(spv::Op opCode) const;
189 spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) ? 1 : 2)); }
SPVRemapper.cpp 192 bool spirvbin_t::isTypeOp(spv::Op opCode) const
478 } else if (isTypeOp(opCode)) {
    [all...]

Completed in 72 milliseconds