Searched refs:encodeImmediate (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | text.cpp | 160 spv_result_t encodeImmediate(libspirv::AssemblyContext* context, in encodeImmediate() function 193 if (auto error = encodeImmediate(context, textValue, pInst)) { in spvTextEncodeOperand() 444 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | text.cpp | 162 spv_result_t encodeImmediate(spvtools::AssemblyContext* context, in encodeImmediate() function 195 if (auto error = encodeImmediate(context, textValue, pInst)) { in spvTextEncodeOperand() 473 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate()
|
/third_party/spirv-tools/source/ |
D | text.cpp | 162 spv_result_t encodeImmediate(spvtools::AssemblyContext* context, in encodeImmediate() function 195 if (auto error = encodeImmediate(context, textValue, pInst)) { in spvTextEncodeOperand() 473 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | text.cpp | 162 spv_result_t encodeImmediate(spvtools::AssemblyContext* context, in encodeImmediate() function 195 if (auto error = encodeImmediate(context, textValue, pInst)) { in spvTextEncodeOperand() 473 if ((error = encodeImmediate(context, firstWord.c_str(), pInst))) { in encodeInstructionStartingWithImmediate()
|