Searched refs:emitidx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 1483 * N = threadidx * gs_max_out_vertices + emitidx 1502 * Vertices are stored in export order (gsthread * gs_max_out_vertices + emitidx). 1527 ngg_gs_emit_vertex_ptr(struct radv_shader_context *ctx, LLVMValueRef gsthread, LLVMValueRef emitidx) argument 1534 const LLVMValueRef vertexidx = LLVMBuildAdd(builder, tmp, emitidx, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 1545 * N = threadidx * gs.vertices_out + emitidx 1564 * Vertices are stored in export order (gsthread * gs.vertices_out + emitidx). 1589 LLVMValueRef emitidx) 1597 const LLVMValueRef vertexidx = LLVMBuildAdd(builder, tmp, emitidx, ""); 1588 ngg_gs_emit_vertex_ptr(struct si_shader_context * ctx,LLVMValueRef gsthread,LLVMValueRef emitidx) argument
|
Completed in 28 milliseconds