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

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_subgroup.c183 case SpvOpSubgroupFirstInvocationKHR: {
184 bool has_scope = (opcode != SpvOpSubgroupFirstInvocationKHR);
H A Dspirv.h1511 SpvOpSubgroupFirstInvocationKHR = 4422, enumerator in enum:SpvOp_
2157 case SpvOpSubgroupFirstInvocationKHR: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5894 case SpvOpSubgroupFirstInvocationKHR:
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c325 case SpvOpSubgroupFirstInvocationKHR: return (struct type_args){ 1, 0 };
H A Dspirv_info.c877 case SpvOpSubgroupFirstInvocationKHR: return "SpvOpSubgroupFirstInvocationKHR";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1064 case SpvOpSubgroupFirstInvocationKHR: return "SpvOpSubgroupFirstInvocationKHR";
H A Dvtn_gather_types.c329 case SpvOpSubgroupFirstInvocationKHR: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1166 SpvOpSubgroupFirstInvocationKHR = 4422, enumerator in enum:SpvOp_
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2726 SpvId result = emit_unop(ctx, SpvOpSubgroupFirstInvocationKHR, type, get_src(ctx, &intr->src[0]));

Completed in 105 milliseconds