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

/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1135 case SpvOpUAverageRoundedINTEL: return "SpvOpUAverageRoundedINTEL";
H A Dvtn_gather_types.c380 case SpvOpUAverageRoundedINTEL: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1584 SpvOpUAverageRoundedINTEL = 5594, enumerator in enum:SpvOp_
2228 case SpvOpUAverageRoundedINTEL: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c314 case SpvOpUAverageRoundedINTEL: return nir_op_urhadd;
H A Dspirv_to_nir.c5807 case SpvOpUAverageRoundedINTEL:

Completed in 20 milliseconds