Searched refs:has_scope (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ | ||
| H A D | vtn_subgroup.c | 94 bool has_scope = (opcode != SpvOpSubgroupBallotKHR); local in function:vtn_handle_subgroup 99 ballot->src[0] = nir_src_for_ssa(vtn_get_nir_ssa(b, w[3 + has_scope])); 184 bool has_scope = (opcode != SpvOpSubgroupFirstInvocationKHR); local in function:vtn_handle_subgroup 187 vtn_ssa_value(b, w[3 + has_scope]), 195 bool has_scope = (opcode != SpvOpSubgroupReadInvocationKHR); local in function:vtn_handle_subgroup 198 vtn_ssa_value(b, w[3 + has_scope]), 199 vtn_get_nir_ssa(b, w[4 + has_scope]), 0, 0)); |
Completed in 3 milliseconds