Home
last modified time | relevance | path

Searched refs:type_opcode (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_datarules.cpp173 auto type_opcode = type_instruction->opcode(); in ValidateSpecConstNumerical() local
174 if (type_opcode != SpvOpTypeInt && type_opcode != SpvOpTypeFloat) { in ValidateSpecConstNumerical()
/third_party/spirv-tools/source/val/
Dvalidate_logicals.cpp162 const SpvOp type_opcode = type_inst->opcode(); in LogicalsPass() local
163 switch (type_opcode) { in LogicalsPass()
Dvalidate_constants.cpp353 auto type_opcode = type_instruction->opcode(); in ValidateSpecConstant() local
354 if (type_opcode != SpvOpTypeInt && type_opcode != SpvOpTypeFloat) { in ValidateSpecConstant()
Dvalidate_cfg.cpp67 const SpvOp type_opcode = type_inst->opcode(); in ValidatePhi() local
71 if (type_opcode == SpvOpTypeSampledImage || in ValidatePhi()
73 (type_opcode == SpvOpTypeImage || type_opcode == SpvOpTypeSampler))) { in ValidatePhi()
75 << "Result type cannot be Op" << spvOpcodeString(type_opcode); in ValidatePhi()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_logicals.cpp162 const SpvOp type_opcode = type_inst->opcode(); in LogicalsPass() local
163 switch (type_opcode) { in LogicalsPass()
Dvalidate_constants.cpp355 auto type_opcode = type_instruction->opcode(); in ValidateSpecConstant() local
356 if (type_opcode != SpvOpTypeInt && type_opcode != SpvOpTypeFloat) { in ValidateSpecConstant()
Dvalidate_cfg.cpp67 const SpvOp type_opcode = type_inst->opcode(); in ValidatePhi() local
70 if (type_opcode == SpvOpTypeSampledImage || in ValidatePhi()
72 (type_opcode == SpvOpTypeImage || type_opcode == SpvOpTypeSampler))) { in ValidatePhi()
74 << "Result type cannot be Op" << spvOpcodeString(type_opcode); in ValidatePhi()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp162 const SpvOp type_opcode = type_inst->opcode(); in LogicalsPass() local
163 switch (type_opcode) { in LogicalsPass()
Dvalidate_constants.cpp355 auto type_opcode = type_instruction->opcode(); in ValidateSpecConstant() local
356 if (type_opcode != SpvOpTypeInt && type_opcode != SpvOpTypeFloat) { in ValidateSpecConstant()
Dvalidate_cfg.cpp67 const SpvOp type_opcode = type_inst->opcode(); in ValidatePhi() local
70 if (type_opcode == SpvOpTypeSampledImage || in ValidatePhi()
72 (type_opcode == SpvOpTypeImage || type_opcode == SpvOpTypeSampler))) { in ValidatePhi()
74 << "Result type cannot be Op" << spvOpcodeString(type_opcode); in ValidatePhi()