Lines Matching refs:pVtxAttribMap
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()
1955 tes_iface.pVtxAttribMap = vtxAttribMap; in CompileTES()
2211 tcs_iface.pVtxAttribMap = vtxAttribMap; in CompileTCS()