Home
last modified time | relevance | path

Searched refs:gs_vtx01_offset (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c151 prim.passthrough = ac_get_arg(&ctx->ac, ctx->gs_vtx01_offset); in gfx10_ngg_build_export_prim()
188 prim.index[0] = si_unpack_param(ctx, ctx->gs_vtx01_offset, 0, 16); in gfx10_ngg_build_export_prim()
189 prim.index[1] = si_unpack_param(ctx, ctx->gs_vtx01_offset, 16, 16); in gfx10_ngg_build_export_prim()
847 vtxindex[0] = ac_get_arg(&ctx->ac, ctx->gs_vtx01_offset); in gfx10_emit_ngg_culling_epilogue()
851 vtxindex[0] = si_unpack_param(ctx, ctx->gs_vtx01_offset, 0, 16); in gfx10_emit_ngg_culling_epilogue()
852 vtxindex[1] = si_unpack_param(ctx, ctx->gs_vtx01_offset, 16, 16); in gfx10_emit_ngg_culling_epilogue()
1259 vtxindex[0] = si_unpack_param(ctx, ctx->gs_vtx01_offset, 0, 9); in gfx10_emit_ngg_epilogue()
1260 vtxindex[1] = si_unpack_param(ctx, ctx->gs_vtx01_offset, 10, 9); in gfx10_emit_ngg_epilogue()
1261 vtxindex[2] = si_unpack_param(ctx, ctx->gs_vtx01_offset, 20, 9); in gfx10_emit_ngg_epilogue()
1263 vtxindex[0] = si_unpack_param(ctx, ctx->gs_vtx01_offset, 0, 16); in gfx10_emit_ngg_epilogue()
[all …]
Dsi_shader_internal.h164 struct ac_arg gs_vtx01_offset; /* in dwords (GFX9) */ member
Dsi_shader_llvm_gs.c63 vtx_offset = si_unpack_param(ctx, ctx->gs_vtx01_offset, index % 2 ? 16 : 0, 16); in si_llvm_load_input_gs()
141 ret = si_insert_input_ret_float(ctx, ret, ctx->gs_vtx01_offset, vgpr++); in si_set_es_return_value_for_gs()
Dsi_shader.c535 ac_add_arg(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &ctx->gs_vtx01_offset); in si_create_function()