Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_constant.h44 #define SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX 0xffff macro
Dtext_handler.cpp305 if (newWordCount > SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX) { in binaryEncodeString()
307 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX << " words."; in binaryEncodeString()
Dtext.cpp667 if (pInst->words.size() > SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX) { in spvTextEncodeOpcode()
671 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX; in spvTextEncodeOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_constant.h44 #define SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX 0xffff macro
Dtext_handler.cpp305 if (newWordCount > SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX) { in binaryEncodeString()
307 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX << " words."; in binaryEncodeString()
Dtext.cpp667 if (pInst->words.size() > SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX) { in spvTextEncodeOpcode()
671 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX; in spvTextEncodeOpcode()
/third_party/spirv-tools/source/
Dspirv_constant.h44 #define SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX 0xffff macro
Dtext_handler.cpp304 if (newWordCount > SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX) { in binaryEncodeString()
306 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX << " words."; in binaryEncodeString()
Dtext.cpp667 if (pInst->words.size() > SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX) { in spvTextEncodeOpcode()
671 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX; in spvTextEncodeOpcode()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dspirv_constant.h47 #define SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX 0xffff macro
Dtext_handler.cpp304 if (newWordCount > SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX) { in binaryEncodeString()
306 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX << " words."; in binaryEncodeString()
Dtext.cpp632 if (pInst->words.size() > SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX) { in spvTextEncodeOpcode()
636 << SPV_LIMIT_INSTRUCTION_WORD_COUNT_MAX; in spvTextEncodeOpcode()