Searched refs:result_opcode (Results 1 – 2 of 2) sorted by relevance
143 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateVectorExtractDynamic() local144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()178 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateVectorInsertDyanmic() local179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic()215 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateCompositeConstruct() local216 switch (result_opcode) { in ValidateCompositeConstruct()