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

/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1126 case SpvOpUCountLeadingZerosINTEL: return "SpvOpUCountLeadingZerosINTEL";
H A Dvtn_gather_types.c371 case SpvOpUCountLeadingZerosINTEL: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1575 SpvOpUCountLeadingZerosINTEL = 5585, enumerator in enum:SpvOp_
2219 case SpvOpUCountLeadingZerosINTEL: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c305 case SpvOpUCountLeadingZerosINTEL: return nir_op_uclz;
H A Dspirv_to_nir.c5798 case SpvOpUCountLeadingZerosINTEL:

Completed in 21 milliseconds