Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c1797 static LLVMValueRef ngg_gs_vertex_ptr(struct si_shader_context *ctx, LLVMValueRef vertexidx) in ngg_gs_vertex_ptr() function
1825 return ngg_gs_vertex_ptr(ctx, vertexidx); in ngg_gs_emit_vertex_ptr()
2042 LLVMValueRef vertexptr = ngg_gs_vertex_ptr(ctx, tid); in gfx10_ngg_gs_build_end()
2056 tmp = ngg_gs_vertex_ptr(ctx, tmp); in gfx10_ngg_gs_build_end()
2101 LLVMValueRef gs_vtxptr = ngg_gs_vertex_ptr(ctx, tid); in gfx10_ngg_gs_build_end()
2120 vtxptr[i] = ac_build_gep0(&ctx->ac, ngg_gs_vertex_ptr(ctx, tmp), ctx->ac.i32_0); in gfx10_ngg_gs_build_end()
2190 tmp = ngg_gs_vertex_ptr(ctx, primidx); in gfx10_ngg_gs_build_end()
2234 tmp = ngg_gs_vertex_ptr(ctx, vertlive_scan.result_exclusive); in gfx10_ngg_gs_build_end()
2251 tmp = ngg_gs_vertex_ptr(ctx, tid); in gfx10_ngg_gs_build_end()
2304 tmp = ngg_gs_vertex_ptr(ct in gfx10_ngg_gs_build_end()
[all...]

Completed in 5 milliseconds