Searched refs:gs_invocation_id (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_args.h | 117 struct ac_arg gs_invocation_id; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_args.c | 758 ac_add_arg(&args->ac, AC_ARG_VGPR, 1, AC_ARG_INT, &args->ac.gs_invocation_id); in radv_declare_shader_args() 791 ac_add_arg(&args->ac, AC_ARG_VGPR, 1, AC_ARG_INT, &args->ac.gs_invocation_id); in radv_declare_shader_args()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_gs.c | 80 ret = si_insert_input_ret_float(ctx, ret, ctx->args.gs_invocation_id, vgpr++); in si_set_es_return_value_for_gs()
|
H A D | si_shader.c | 606 ac_add_arg(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &ctx->args.gs_invocation_id); in si_init_shader_args() 683 ac_add_arg(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &ctx->args.gs_invocation_id); in si_init_shader_args()
|
H A D | gfx10_shader_ngg.c | 1470 ret = si_insert_input_ret_float(ctx, ret, ctx->args.gs_invocation_id, vgpr++); in gfx10_ngg_culling_build_end()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 3669 LLVMBuildAnd(ctx->ac.builder, ac_get_arg(&ctx->ac, ctx->args->gs_invocation_id), in visit_intrinsic() 3672 result = ac_get_arg(&ctx->ac, ctx->args->gs_invocation_id); in visit_intrinsic()
|
H A D | ac_llvm_build.c | 4436 * extracted = v_and_b32 gs_invocation_id, 0x700 ; get edge flags at bits 8, 9, 10 in ac_pack_edgeflags_for_export() 4441 ac_get_arg(ctx, args->gs_invocation_id), in ac_pack_edgeflags_for_export()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 9143 get_arg(ctx, ctx->args->ac.gs_invocation_id)); 9145 bld.copy(Definition(dst), get_arg(ctx, ctx->args->ac.gs_invocation_id));
|
Completed in 38 milliseconds