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

/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_subgroup.c194 case SpvOpSubgroupReadInvocationKHR: {
195 bool has_scope = (opcode != SpvOpSubgroupReadInvocationKHR);
H A Dspirv.h1515 SpvOpSubgroupReadInvocationKHR = 4432, enumerator in enum:SpvOp_
2161 case SpvOpSubgroupReadInvocationKHR: *hasResult = true; *hasResultType = true; break;
H A Dspirv_to_nir.c5895 case SpvOpSubgroupReadInvocationKHR:
/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c329 case SpvOpSubgroupReadInvocationKHR: return (struct type_args){ 1, 0 };
H A Dspirv_info.c881 case SpvOpSubgroupReadInvocationKHR: return "SpvOpSubgroupReadInvocationKHR";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c1068 case SpvOpSubgroupReadInvocationKHR: return "SpvOpSubgroupReadInvocationKHR";
H A Dvtn_gather_types.c333 case SpvOpSubgroupReadInvocationKHR: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1170 SpvOpSubgroupReadInvocationKHR = 4432, enumerator in enum:SpvOp_
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2736 SpvId result = emit_binop(ctx, SpvOpSubgroupReadInvocationKHR, type,

Completed in 32 milliseconds