Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_constant.h56 #define SPV_LIMIT_RESULT_ID_BOUND 0x00400000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_constant.h56 #define SPV_LIMIT_RESULT_ID_BOUND 0x00400000 macro
/third_party/spirv-tools/source/
Dspirv_constant.h56 #define SPV_LIMIT_RESULT_ID_BOUND 0x00400000 macro
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dspirv_constant.h59 #define SPV_LIMIT_RESULT_ID_BOUND 0x00400000 macro
/third_party/spirv-tools/test/link/
Dids_limit_test.cpp30 const uint32_t id_bound = SPV_LIMIT_RESULT_ID_BOUND - 1u; in SetUp()
/third_party/spirv-tools/source/link/
Dlinker.cpp664 if (max_id_bound >= SPV_LIMIT_RESULT_ID_BOUND) in VerifyLimits()
666 << "The minimum limit of IDs, " << (SPV_LIMIT_RESULT_ID_BOUND - 1) in VerifyLimits()