Searched refs:nr_decls (Results 1 – 1 of 1) sorted by relevance
232 int nr_decls = 0; in svga_swtnl_update_vdecl() local254 nr_decls++; in svga_swtnl_update_vdecl()262 vdecl[nr_decls].array.offset = offset; in svga_swtnl_update_vdecl()263 vdecl[nr_decls].identity.usageIndex = sem_index; in svga_swtnl_update_vdecl()268 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_COLOR; in svga_swtnl_update_vdecl()269 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()271 nr_decls++; in svga_swtnl_update_vdecl()275 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD; in svga_swtnl_update_vdecl()276 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()277 vdecl[nr_decls].identity.usageIndex = in svga_swtnl_update_vdecl()[all …]