HomeSort by: relevance | last modified time | path
    Searched refs:SpvOpSUDotKHR (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_alu.c 795 case SpvOpSUDotKHR:
890 /* For all of the opcodes *except* SpvOpSUDotKHR and SpvOpSUDotAccSatKHR,
934 opcode != SpvOpSUDotKHR &&
986 case SpvOpSUDotKHR:
1049 bool is_signed = opcode == SpvOpSDotKHR || opcode == SpvOpSUDotKHR ||
1083 case SpvOpSUDotKHR:
spirv.h 1523 SpvOpSUDotKHR = 4452,
2169 case SpvOpSUDotKHR: *hasResult = true; *hasResultType = true; break;
spirv_to_nir.c 5817 case SpvOpSUDotKHR:
  /xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c 1076 case SpvOpSUDotKHR: return "SpvOpSUDotKHR";
vtn_gather_types.c 337 case SpvOpSUDotKHR: return (struct type_args){ 1, 0 };

Completed in 17 milliseconds