Searched refs:SpvOpSubgroupBallotKHR (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_subgroup.c93 case SpvOpSubgroupBallotKHR: {
94 bool has_scope = (opcode != SpvOpSubgroupBallotKHR);
H A Dspirv.h1510 SpvOpSubgroupBallotKHR = 4421, enumerator in enum:SpvOp_
2156 case SpvOpSubgroupBallotKHR: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5893 case SpvOpSubgroupBallotKHR:
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c324 case SpvOpSubgroupBallotKHR: return (struct type_args){ 1, 0 };
H A Dspirv_info.c876 case SpvOpSubgroupBallotKHR: return "SpvOpSubgroupBallotKHR";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1063 case SpvOpSubgroupBallotKHR: return "SpvOpSubgroupBallotKHR";
H A Dvtn_gather_types.c328 case SpvOpSubgroupBallotKHR: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1165 SpvOpSubgroupBallotKHR = 4421, enumerator in enum:SpvOp_
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2716 SpvId result = emit_unop(ctx, SpvOpSubgroupBallotKHR, type, get_src(ctx, &intr->src[0]));

Completed in 30 milliseconds