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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 280 spirword_t maxBound = 0;
294 maxBound = std::max(maxBound, localId(id) + 1);
297 bound(maxBound); // reset header ID bound to as big as it now needs to be
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.cpp 280 spirword_t maxBound = 0;
294 maxBound = std::max(maxBound, localId(id) + 1);
297 bound(maxBound); // reset header ID bound to as big as it now needs to be
    [all...]

Completed in 495 milliseconds