Searched refs:nr_decls (Results 1 – 1 of 1) sorted by relevance
158 int nr_decls = 0; in svga_swtnl_update_vdecl() local173 nr_decls++; in svga_swtnl_update_vdecl()181 vdecl[nr_decls].array.offset = offset; in svga_swtnl_update_vdecl()182 vdecl[nr_decls].identity.usageIndex = sem_index; in svga_swtnl_update_vdecl()187 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_COLOR; in svga_swtnl_update_vdecl()188 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()190 nr_decls++; in svga_swtnl_update_vdecl()194 vdecl[nr_decls].identity.usage = SVGA3D_DECLUSAGE_TEXCOORD; in svga_swtnl_update_vdecl()195 vdecl[nr_decls].identity.type = SVGA3D_DECLTYPE_FLOAT4; in svga_swtnl_update_vdecl()196 vdecl[nr_decls].identity.usageIndex = in svga_swtnl_update_vdecl()[all …]