Lines Matching defs:FVF
1227 DWORD FVF,
1236 DBG("This=%p Length=%u Usage=%x FVF=%x Pool=%u ppOut=%p pSharedHandle=%p\n",
1237 This, Length, Usage, FVF, Pool, ppVertexBuffer, pSharedHandle);
1251 desc.FVF = FVF;
3246 user_assert(vdecl || (vs->byte_code.version < 0x30 && dst->desc.FVF),
3249 DWORD FVF = dst->desc.FVF;
3250 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF);
3252 hr = NineVertexDeclaration9_new_from_fvf(This, FVF, &vdecl);
3255 vdecl->fvf = FVF;
3401 DWORD FVF )
3406 DBG("FVF = %08x\n", FVF);
3407 if (!FVF)
3410 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF);
3412 hr = NineVertexDeclaration9_new_from_fvf(This, FVF, &vdecl);
3415 vdecl->fvf = FVF;