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

  /xsrc/external/mit/MesaLib.old/src/compiler/spirv/
vtn_gather_types.c 287 case SpvOpGetKernelMaxNumSubgroups: return (struct type_args){ 1, 0 };
spirv_info.c 835 case SpvOpGetKernelMaxNumSubgroups: return "SpvOpGetKernelMaxNumSubgroups";
  /xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c 1017 case SpvOpGetKernelMaxNumSubgroups: return "SpvOpGetKernelMaxNumSubgroups";
vtn_gather_types.c 287 case SpvOpGetKernelMaxNumSubgroups: return (struct type_args){ 1, 0 };
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv.h 1124 SpvOpGetKernelMaxNumSubgroups = 326,
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv.h 1464 SpvOpGetKernelMaxNumSubgroups = 326,
2110 case SpvOpGetKernelMaxNumSubgroups: *hasResult = true; *hasResultType = true; break;

Completed in 16 milliseconds