Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp342 Value *vert_index = unwrap(vertex_index); in swr_gs_llvm_fetch_input() local
353 Value *vert_chan_index = vert_index; in swr_gs_llvm_fetch_input()
357 vert_chan_index = VEXTRACT(vert_index, C(i)); in swr_gs_llvm_fetch_input()
383 Value *pVector = ADD(MUL(vert_index, pInputVertStride), attrib); in swr_gs_llvm_fetch_input()