Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1900 Value *patchAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileTES() local
1928 STORE(C(tcs_slot), patchAttribMap, {0, slot}); in CompileTES()
1956 tes_iface.pPatchAttribMap = patchAttribMap; in CompileTES()