Searched refs:local_invocation_ids (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_args.h | 139 struct ac_arg local_invocation_ids; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_args.c | 616 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 D | si_shader.c | 794 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 D | ac_nir_to_llvm.c | 3639 LLVMValueRef ids = ac_get_arg(&ctx->ac, ctx->args->local_invocation_ids); in visit_intrinsic()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 8515 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