Home
last modified time | relevance | path

Searched refs:FORMAT_ARGBF (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/tools/winesync/d3dx9_staging/
H A D0002-d3dx9_36__Add_format_description_for_X8L8V8U8_for_format_conversions.diff6 …{D3DFMT_G32R32F, { 0, 32, 32, 0}, { 0, 0, 32, 0}, 8, 1, 1, 8, FORMAT_ARGBF, NULL, …
7 …{D3DFMT_A32B32G32R32F, {32, 32, 32, 32}, {96, 0, 32, 64}, 16, 1, 1, 16, FORMAT_ARGBF, NULL, …
/reactos/dll/directx/wine/d3dx9_36/
H A Dutil.c91 …{D3DFMT_R32F, { 0, 32, 0, 0}, { 0, 0, 0, 0}, 4, 1, 1, 4, FORMAT_ARGBF, NULL, …
92 …{D3DFMT_G32R32F, { 0, 32, 32, 0}, { 0, 0, 32, 0}, 8, 1, 1, 8, FORMAT_ARGBF, NULL, …
93 …{D3DFMT_A32B32G32R32F, {32, 32, 32, 32}, {96, 0, 32, 64}, 16, 1, 1, 16, FORMAT_ARGBF, NULL, …
H A Dd3dx9_private.h52 FORMAT_ARGBF, /* float */ enumerator
82 || format->type == FORMAT_ARGBF || format->type == FORMAT_DXT) in is_conversion_from_supported()
90 || format->type == FORMAT_ARGBF || format->type == FORMAT_DXT) in is_conversion_to_supported()
H A Dtexture.c1297 else if (format->type == FORMAT_ARGBF) in fill_texture()
1349 … if (format->type != FORMAT_ARGB && format->type != FORMAT_ARGBF16 && format->type != FORMAT_ARGBF) in D3DXFillTexture()
1726 … if (format->type != FORMAT_ARGB && format->type != FORMAT_ARGBF16 && format->type != FORMAT_ARGBF) in D3DXFillCubeTexture()
1791 … if (format->type != FORMAT_ARGB && format->type != FORMAT_ARGBF16 && format->type != FORMAT_ARGBF) in D3DXFillVolumeTexture()
H A Dsurface.c1639 else if (format->type == FORMAT_ARGBF) in format_to_vec4()
1669 else if (format->type == FORMAT_ARGBF) in format_from_vec4()