Home
last modified time | relevance | path

Searched refs:thisOpCode (Results 1 – 1 of 1) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp781 spv::Op thisOpCode(spv::OpNop); in mapFnBodies() local
818 thisOpCode = opCode; in mapFnBodies()
821 thisOpCode = spv::OpNop; in mapFnBodies()
828 if (thisOpCode != spv::OpNop) { in mapFnBodies()
830 … const std::uint32_t hashval = opCounter[thisOpCode] * thisOpCode * 50047 + idCounter + fnId * 117; in mapFnBodies()