Searched refs:nr_decls (Results 1 – 1 of 1) sorted by relevance
226 int nr_decls = 0; in svga_swtnl_update_vdecl() local248 nr_decls++; in svga_swtnl_update_vdecl()256 vdecl[nr_decls].array.offset = offset; in svga_swtnl_update_vdecl()257 vdecl[nr_decls].identity.usageIndex = sem_index; in svga_swtnl_update_vdecl()262 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_COLOR; in svga_swtnl_update_vdecl()263 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()265 nr_decls++; in svga_swtnl_update_vdecl()269 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD; in svga_swtnl_update_vdecl()270 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()271 vdecl[nr_decls].identity.usageIndex = in svga_swtnl_update_vdecl()[all …]