Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp353 Value *vert_chan_index = vert_index; in swr_gs_llvm_fetch_input() local
357 vert_chan_index = VEXTRACT(vert_index, C(i)); in swr_gs_llvm_fetch_input()
369 Value *pVector = ADD(MUL(vert_chan_index, pInputVertStride), attrib); in swr_gs_llvm_fetch_input()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1399 LLVMValueRef vert_chan_index = vertex_index; in draw_gs_llvm_fetch_input() local
1404 vert_chan_index = LLVMBuildExtractElement(builder, in draw_gs_llvm_fetch_input()
1412 indices[0] = vert_chan_index; in draw_gs_llvm_fetch_input()