Home
last modified time | relevance | path

Searched refs:D3DFVF_TEXCOUNT_SHIFT (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/devel/apitrace/apitrace-9.0/helpers/
H A Dd3d7size.hpp91 DWORD dwNumTextures = (dwFVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in _getVertexSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3DVertexBuffer8.cpp47 switch((FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT) in Direct3DVertexBuffer8()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DDirect3DVertexDeclaration9.cpp243 int numTexCoord = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in Direct3DVertexDeclaration9()
530 FVF |= numTexCoord << D3DFVF_TEXCOUNT_SHIFT; in computeFVF()
H A DDirect3DVertexBuffer9.cpp48 switch((FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT) in Direct3DVertexBuffer9()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c371 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c372 texcount = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in NineVertexDeclaration9_new_from_fvf()
/dports/lang/clover/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/libosmesa-gallium/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/libosmesa/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/mesa-gallium-va/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/mesa-libs/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/mesa-dri/mesa-21.3.6/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/include/D3D9/
H A Dd3d9types.h307 #define D3DFVF_TEXCOUNT_SHIFT 8 macro
315 #define D3DFVF_TEXCOUNT_SHIFT 8 macro

1234567891011