Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp270 Value *pVtxAttribMap; member
364 LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_chan_index})); in swr_gs_llvm_fetch_input()
378 Value *attrib = LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_index})); in swr_gs_llvm_fetch_input()
673 gs_iface.pVtxAttribMap = vtxAttribMap; in CompileGS()