Searched refs:SpvOpIAverageINTEL (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1132 case SpvOpIAverageINTEL: return "SpvOpIAverageINTEL";
H A Dvtn_gather_types.c377 case SpvOpIAverageINTEL: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1581 SpvOpIAverageINTEL = 5591, enumerator in enum:SpvOp_
2225 case SpvOpIAverageINTEL: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c311 case SpvOpIAverageINTEL: return nir_op_ihadd;
H A Dspirv_to_nir.c5804 case SpvOpIAverageINTEL:

Completed in 20 milliseconds