Searched refs:result_opcode (Results 1 – 3 of 3) sorted by relevance
147 const spv::Op result_opcode = _.GetIdOpcode(result_type); in ValidateVectorExtractDynamic() local148 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()183 const spv::Op result_opcode = _.GetIdOpcode(result_type); in ValidateVectorInsertDyanmic() local184 if (result_opcode != spv::Op::OpTypeVector && in ValidateVectorInsertDyanmic()185 result_opcode != spv::Op::OpTypeCooperativeVectorNV) { in ValidateVectorInsertDyanmic()221 const spv::Op result_opcode = _.GetIdOpcode(result_type); in ValidateCompositeConstruct() local222 switch (result_opcode) { in ValidateCompositeConstruct()231 if (result_opcode == spv::Op::OpTypeVector) { in ValidateCompositeConstruct()
143 const spv::Op result_opcode = _.GetIdOpcode(result_type); in ValidateVectorExtractDynamic() local144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()178 const spv::Op result_opcode = _.GetIdOpcode(result_type); in ValidateVectorInsertDyanmic() local179 if (result_opcode != spv::Op::OpTypeVector) { in ValidateVectorInsertDyanmic()215 const spv::Op result_opcode = _.GetIdOpcode(result_type); in ValidateCompositeConstruct() local216 switch (result_opcode) { in ValidateCompositeConstruct()