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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
spirv_constant.h 42 #define SPV_SPIRV_VERSION_MINOR_PART(WORD) ((uint32_t(WORD) >> 8) & 0xff)
disassemble.cpp 149 << SPV_SPIRV_VERSION_MINOR_PART(version) << "\n"

Completed in 51 milliseconds