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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 566 spv::Id fnId = spv::NoResult;
587 fnId = asId(start + 2);
590 fnId = spv::NoResult;
592 if (fnId != spv::NoResult) { // if inside a function
596 std::uint32_t hashval = fnId * 17; // small prime
619 fnId = spv::NoResult;
628 fnId = asId(start + 2);
665 const std::uint32_t hashval = opCounter[thisOpCode] * thisOpCode * 50047 + idCounter + fnId * 117;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.cpp 566 spv::Id fnId = spv::NoResult;
587 fnId = asId(start + 2);
590 fnId = spv::NoResult;
592 if (fnId != spv::NoResult) { // if inside a function
596 std::uint32_t hashval = fnId * 17; // small prime
619 fnId = spv::NoResult;
628 fnId = asId(start + 2);
665 const std::uint32_t hashval = opCounter[thisOpCode] * thisOpCode * 50047 + idCounter + fnId * 117;
    [all...]

Completed in 67 milliseconds