Home
last modified time | relevance | path

Searched refs:local_invocation_ids (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_shader_args.h139 struct ac_arg local_invocation_ids; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_args.c616 ac_add_arg(&args->ac, AC_ARG_VGPR, 1, AC_ARG_INT, &args->ac.local_invocation_ids); in radv_declare_shader_args()
618 ac_add_arg(&args->ac, AC_ARG_VGPR, 3, AC_ARG_INT, &args->ac.local_invocation_ids); in radv_declare_shader_args()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c794 ac_add_arg(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &ctx->args.local_invocation_ids); in si_init_shader_args()
796 ac_add_arg(&ctx->args, AC_ARG_VGPR, 3, AC_ARG_INT, &ctx->args.local_invocation_ids); in si_init_shader_args()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c3639 LLVMValueRef ids = ac_get_arg(&ctx->ac, ctx->args->local_invocation_ids); in visit_intrinsic()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp8515 get_arg(ctx, ctx->args->ac.local_invocation_ids),
8522 bld.copy(Definition(dst), Operand(get_arg(ctx, ctx->args->ac.local_invocation_ids)));

Completed in 26 milliseconds