Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp464 Value *pPatchOutputAttribMap; member
1128 … Value* attr_index_from_map = LOAD(GEP(iface->pPatchOutputAttribMap, {C(0), attr_chan_index})); in swr_tcs_llvm_fetch_output()
1240 Value* attrib = LOAD(GEP(iface->pPatchOutputAttribMap, {C(0), attr_index})); in swr_tcs_llvm_store_output()
2213 tcs_iface.pPatchOutputAttribMap = patchOutputAttribMap; in CompileTCS()