Searched refs:bfmt (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | adapter9.c | 170 D3DFORMAT bfmt, 175 if ((dfmt == D3DFMT_A2R10G10B10 && bfmt == dfmt) || 176 (dfmt == D3DFMT_X8R8G8B8 && (bfmt == dfmt || 177 bfmt == D3DFMT_A8R8G8B8)) || 178 (dfmt == D3DFMT_X1R5G5B5 && (bfmt == dfmt || 179 bfmt == D3DFMT_A1R5G5B5)) || 180 (dfmt == D3DFMT_R5G6B5 && bfmt == dfmt)) { 195 enum pipe_format dfmt, bfmt; local in function:NineAdapter9_CheckDeviceType 218 bfmt = d3d9_to_pipe_format_checked(screen, BackBufferFormat, PIPE_TEXTURE_2D, 221 if (dfmt == PIPE_FORMAT_NONE || bfmt 169 backbuffer_format(D3DFORMAT dfmt,D3DFORMAT bfmt,boolean win) argument 446 enum pipe_format dfmt, bfmt, zsfmt; local in function:NineAdapter9_CheckDepthStencilMatch 491 enum pipe_format dfmt, bfmt; local in function:NineAdapter9_CheckDeviceFormatConversion [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | adapter9.c | 178 D3DFORMAT bfmt, 183 if ((dfmt == D3DFMT_A2R10G10B10 && bfmt == dfmt) || 184 (dfmt == D3DFMT_X8R8G8B8 && (bfmt == dfmt || 185 bfmt == D3DFMT_A8R8G8B8)) || 186 (dfmt == D3DFMT_X1R5G5B5 && (bfmt == dfmt || 187 bfmt == D3DFMT_A1R5G5B5)) || 188 (dfmt == D3DFMT_R5G6B5 && bfmt == dfmt)) { 203 enum pipe_format dfmt, bfmt; local in function:NineAdapter9_CheckDeviceType 226 bfmt = d3d9_to_pipe_format_checked(screen, BackBufferFormat, PIPE_TEXTURE_2D, 229 if (dfmt == PIPE_FORMAT_NONE || bfmt 177 backbuffer_format(D3DFORMAT dfmt,D3DFORMAT bfmt,boolean win) argument 481 enum pipe_format dfmt, bfmt, zsfmt; local in function:NineAdapter9_CheckDepthStencilMatch 529 enum pipe_format dfmt, bfmt; local in function:NineAdapter9_CheckDeviceFormatConversion [all...] |
Completed in 3 milliseconds