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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_shader_args.h136 struct ac_arg workgroup_ids[3]; member in struct:ac_shader_args
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_abi.h69 LLVMValueRef workgroup_ids[3]; member in struct:ac_shader_abi
H A Dac_nir_to_llvm.c3154 values[i] = ctx->abi->workgroup_ids[i] ?
3155 ctx->abi->workgroup_ids[i] : ctx->ac.i32_0;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_args.c557 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_INT, &args->ac.workgroup_ids[i]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2208 if (ctx->abi.workgroup_ids[i]) {
2209 values[i] = ctx->abi.workgroup_ids[i];
4888 ctx->abi.workgroup_ids[i] = NULL;
4890 add_arg_assign(&fninfo, ARG_SGPR, ctx->i32, &ctx->abi.workgroup_ids[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c734 ac_add_arg(&ctx->args, AC_ARG_SGPR, 1, AC_ARG_INT, &ctx->args.workgroup_ids[i]);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1002 ctx->abi.workgroup_ids[i] = NULL;
1005 &ctx->abi.workgroup_ids[i]);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c3582 values[i] = ctx->args->workgroup_ids[i].used
3583 ? ac_get_arg(&ctx->ac, ctx->args->workgroup_ids[i])
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp8179 const struct ac_arg* args = ctx->args->ac.workgroup_ids;

Completed in 56 milliseconds