Home
last modified time | relevance | path

Searched refs:operandValue (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext.cpp453 std::string operandValue; in encodeInstructionStartingWithImmediate() local
454 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate()
457 if (operandValue == "=") in encodeInstructionStartingWithImmediate()
464 grammar, context, SPV_OPERAND_TYPE_OPTIONAL_CIV, operandValue.c_str(), in encodeInstructionStartingWithImmediate()
604 std::string operandValue; in spvTextEncodeOpcode() local
605 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
608 error = spvTextEncodeOperand(grammar, context, type, operandValue.c_str(), in spvTextEncodeOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp482 std::string operandValue; in encodeInstructionStartingWithImmediate() local
483 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate()
486 if (operandValue == "=") in encodeInstructionStartingWithImmediate()
493 grammar, context, SPV_OPERAND_TYPE_OPTIONAL_CIV, operandValue.c_str(), in encodeInstructionStartingWithImmediate()
639 std::string operandValue; in spvTextEncodeOpcode() local
640 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
643 error = spvTextEncodeOperand(grammar, context, type, operandValue.c_str(), in spvTextEncodeOpcode()
/third_party/spirv-tools/source/
Dtext.cpp482 std::string operandValue; in encodeInstructionStartingWithImmediate() local
483 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate()
486 if (operandValue == "=") in encodeInstructionStartingWithImmediate()
493 grammar, context, SPV_OPERAND_TYPE_OPTIONAL_CIV, operandValue.c_str(), in encodeInstructionStartingWithImmediate()
639 std::string operandValue; in spvTextEncodeOpcode() local
640 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
643 error = spvTextEncodeOperand(grammar, context, type, operandValue.c_str(), in spvTextEncodeOpcode()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext.cpp482 std::string operandValue; in encodeInstructionStartingWithImmediate() local
483 if ((error = context->getWord(&operandValue, &nextPosition))) in encodeInstructionStartingWithImmediate()
486 if (operandValue == "=") in encodeInstructionStartingWithImmediate()
493 grammar, context, SPV_OPERAND_TYPE_OPTIONAL_CIV, operandValue.c_str(), in encodeInstructionStartingWithImmediate()
639 std::string operandValue; in spvTextEncodeOpcode() local
640 error = context->getWord(&operandValue, &nextPosition); in spvTextEncodeOpcode()
643 error = spvTextEncodeOperand(grammar, context, type, operandValue.c_str(), in spvTextEncodeOpcode()