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

/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1133 case SpvOpUAverageINTEL: return "SpvOpUAverageINTEL";
H A Dvtn_gather_types.c378 case SpvOpUAverageINTEL: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1582 SpvOpUAverageINTEL = 5592, enumerator in enum:SpvOp_
2226 case SpvOpUAverageINTEL: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c312 case SpvOpUAverageINTEL: return nir_op_uhadd;
H A Dspirv_to_nir.c5805 case SpvOpUAverageINTEL:

Completed in 21 milliseconds