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

  /xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c 1126 case SpvOpUCountLeadingZerosINTEL: return "SpvOpUCountLeadingZerosINTEL";
vtn_gather_types.c 371 case SpvOpUCountLeadingZerosINTEL: return (struct type_args){ 1, 0 };
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv.h 1575 SpvOpUCountLeadingZerosINTEL = 5585,
2219 case SpvOpUCountLeadingZerosINTEL: *hasResult = true; *hasResultType = true; break;
vtn_alu.c 305 case SpvOpUCountLeadingZerosINTEL: return nir_op_uclz;
spirv_to_nir.c 5798 case SpvOpUCountLeadingZerosINTEL:

Completed in 12 milliseconds