Searched refs:vtxindex (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 911 LLVMValueRef vtxindex[3]; in gfx10_emit_ngg_culling_epilogue() local 913 vtxindex[i] = si_unpack_param(ctx, ctx->args.gs_vtx_offset[i / 2], (i & 1) * 16, 16); in gfx10_emit_ngg_culling_epilogue() 917 gs_vtxptr[i] = ngg_nogs_vertex_ptr(ctx, vtxindex[i]); in gfx10_emit_ngg_culling_epilogue() 1348 LLVMValueRef vtxindex[3]; in gfx10_emit_ngg_epilogue() local 1352 vtxindex[i] = si_unpack_param(ctx, ctx->args.gs_vtx_offset[0], 10 * i, 9); in gfx10_emit_ngg_epilogue() 1355 vtxindex[i] = si_unpack_param(ctx, ctx->args.gs_vtx_offset[i / 2], (i & 1) * 16, 16); in gfx10_emit_ngg_epilogue() 1373 nggso.vertices[i] = ngg_nogs_vertex_ptr(ctx, vtxindex[i]); in gfx10_emit_ngg_epilogue() 1391 tmp = ngg_nogs_vertex_ptr(ctx, vtxindex[i]); in gfx10_emit_ngg_epilogue() 1417 LLVMValueRef indices = ac_build_gather_values(&ctx->ac, vtxindex, 3); in gfx10_emit_ngg_epilogue()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 1579 LLVMValueRef vtxindex[] = { in handle_ngg_outputs_post_2() local 1616 LLVMValueRef indices = ac_build_gather_values(&ctx->ac, vtxindex, 3); in handle_ngg_outputs_post_2() 1650 memcpy(prim.index, vtxindex, sizeof(vtxindex[0]) * 3); in handle_ngg_outputs_post_2()
|