Searched refs:vtxAttribMap (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1593 Value *vtxAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileGS() local 1609 STORE(C(vs_slot), vtxAttribMap, {0, slot}); in CompileGS() 1641 gs_iface.pVtxAttribMap = vtxAttribMap; in CompileGS() 1899 Value *vtxAttribMap = ALLOCA(ArrayType::get(mInt32Ty, PIPE_MAX_SHADER_INPUTS)); in CompileTES() local 1930 STORE(C(tcs_slot), vtxAttribMap, {0, slot}); in CompileTES() 1955 tes_iface.pVtxAttribMap = vtxAttribMap; in CompileTES() 2132 Value *vtxAttribMap = in CompileTCS() local 2152 STORE(C(vs_slot), vtxAttribMap, {0, slot}); in CompileTCS() 2211 tcs_iface.pVtxAttribMap = vtxAttribMap; in CompileTCS()
|