Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp479 Value *pPatchAttribMap; member
1374 LOAD(GEP(iface->pPatchAttribMap, {C(0), attr_chan_index})); in swr_tes_llvm_fetch_patch_input()
1390 Value *attrib = LOAD(GEP(iface->pPatchAttribMap, {C(0), attr_index})); in swr_tes_llvm_fetch_patch_input()
1956 tes_iface.pPatchAttribMap = patchAttribMap; in CompileTES()