Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp354 Value *attr_chan_index = attr_index; in swr_gs_llvm_fetch_input() local
360 attr_chan_index = VEXTRACT(attr_index, C(i)); in swr_gs_llvm_fetch_input()
364 LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_chan_index})); in swr_gs_llvm_fetch_input()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1400 LLVMValueRef attr_chan_index = attrib_index; in draw_gs_llvm_fetch_input() local
1408 attr_chan_index = LLVMBuildExtractElement(builder, in draw_gs_llvm_fetch_input()
1413 indices[1] = attr_chan_index; in draw_gs_llvm_fetch_input()