Searched refs:pTcsCtx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 455 Value *pTcsCtx; member 1028 Value *pBase = GEP(iface->pTcsCtx, in swr_tcs_llvm_fetch_input() 1047 Value *pBase = GEP(iface->pTcsCtx, in swr_tcs_llvm_fetch_input() 1093 Value* p1 = LOAD(iface->pTcsCtx, {0, SWR_HS_CONTEXT_pCPout}); in swr_tcs_llvm_fetch_output() 1214 Value* p1 = LOAD(iface->pTcsCtx, {0, SWR_HS_CONTEXT_pCPout}); in swr_tcs_llvm_store_output() 2102 Value *pTcsCtx = &*argitr++; in CompileTCS() local 2103 pTcsCtx->setName("tcsCtx"); in CompileTCS() 2120 wrap(LOAD(pTcsCtx, {0, SWR_HS_CONTEXT_PrimitiveID})); in CompileTCS() 2193 Value *mask_val = LOAD(pTcsCtx, {0, SWR_HS_CONTEXT_mask}, "tcsMask"); in CompileTCS() 2207 tcs_iface.pTcsCtx = pTcsCtx; in CompileTCS()
|