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;
3248 user_assert(vdecl || (vs->byte_code.version < 0x30 && dst->desc.FVF),
3251 DWORD FVF = dst->desc.FVF;
3252 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF);
3254 hr = NineVertexDeclaration9_new_from_fvf(This, FVF, &vdecl);
3257 vdecl->fvf = FVF;
3403 DWORD FVF )
3408 DBG("FVF = %08x\n", FVF);
3409 if (!FVF)
3412 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF);
3414 hr = NineVertexDeclaration9_new_from_fvf(This, FVF, &vdecl);
3417 vdecl->fvf = FVF;