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

  /xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c 1139 case SpvOpUMul32x16INTEL: return "SpvOpUMul32x16INTEL";
vtn_gather_types.c 384 case SpvOpUMul32x16INTEL: return (struct type_args){ 1, 0 };
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv.h 1588 SpvOpUMul32x16INTEL = 5598,
2232 case SpvOpUMul32x16INTEL: *hasResult = true; *hasResultType = true; break;
vtn_alu.c 318 case SpvOpUMul32x16INTEL: return nir_op_umul_32x16;
spirv_to_nir.c 5811 case SpvOpUMul32x16INTEL:

Completed in 12 milliseconds