Searched refs:pVtxAttribMap (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 446 Value *pVtxAttribMap; member 462 Value *pVtxAttribMap; member 478 Value *pVtxAttribMap; member 716 LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_chan_index})); in swr_gs_llvm_fetch_input() 730 Value *attrib = LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_index})); in swr_gs_llvm_fetch_input() 1026 LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_chan_index})); in swr_tcs_llvm_fetch_input() 1045 Value *attrib = LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_index})); in swr_tcs_llvm_fetch_input() 1449 LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_chan_index})); in swr_tes_llvm_fetch_vtx_input() 1467 Value *attrib = LOAD(GEP(iface->pVtxAttribMap, {C(0), attr_index})); in swr_tes_llvm_fetch_vtx_input() 1641 gs_iface.pVtxAttribMap = vtxAttribMap; in CompileGS() [all …]
|