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

  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_subgroup.c 93 case SpvOpSubgroupBallotKHR: {
94 bool has_scope = (opcode != SpvOpSubgroupBallotKHR);
spirv.h 1510 SpvOpSubgroupBallotKHR = 4421,
2156 case SpvOpSubgroupBallotKHR: *hasResult = true; *hasResultType = true; break;
spirv_to_nir.c 5893 case SpvOpSubgroupBallotKHR:
  /xsrc/external/mit/MesaLib.old/src/compiler/spirv/
vtn_gather_types.c 324 case SpvOpSubgroupBallotKHR: return (struct type_args){ 1, 0 };
spirv_info.c 876 case SpvOpSubgroupBallotKHR: return "SpvOpSubgroupBallotKHR";
  /xsrc/external/mit/MesaLib/src/compiler/spirv/
spirv_info.c 1063 case SpvOpSubgroupBallotKHR: return "SpvOpSubgroupBallotKHR";
vtn_gather_types.c 328 case SpvOpSubgroupBallotKHR: return (struct type_args){ 1, 0 };
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv.h 1165 SpvOpSubgroupBallotKHR = 4421,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
nir_to_spirv.c 2716 SpvId result = emit_unop(ctx, SpvOpSubgroupBallotKHR, type, get_src(ctx, &intr->src[0]));

Completed in 16 milliseconds