Home
last modified time | relevance | path

Searched refs:bfmt (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.c177 D3DFORMAT bfmt, in backbuffer_format()
182 if ((dfmt == D3DFMT_A2R10G10B10 && bfmt == dfmt) || in backbuffer_format()
183 (dfmt == D3DFMT_X8R8G8B8 && (bfmt == dfmt || in backbuffer_format()
184 bfmt == D3DFMT_A8R8G8B8)) || in backbuffer_format()
185 (dfmt == D3DFMT_X1R5G5B5 && (bfmt == dfmt || in backbuffer_format()
186 bfmt == D3DFMT_A1R5G5B5)) || in backbuffer_format()
187 (dfmt == D3DFMT_R5G6B5 && bfmt == dfmt)) { in backbuffer_format()
202 enum pipe_format dfmt, bfmt; in NineAdapter9_CheckDeviceType() local
225 bfmt = d3d9_to_pipe_format_checked(screen, BackBufferFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
228 if (dfmt == PIPE_FORMAT_NONE || bfmt in NineAdapter9_CheckDeviceType()
176 backbuffer_format( D3DFORMAT dfmt, D3DFORMAT bfmt, boolean win ) backbuffer_format() argument
484 enum pipe_format dfmt, bfmt, zsfmt; NineAdapter9_CheckDepthStencilMatch() local
532 enum pipe_format dfmt, bfmt; NineAdapter9_CheckDeviceFormatConversion() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dformats.c267 AVChannelLayout *fmt = &a->channel_layouts[i], bfmt = { 0 }; in merge_channel_layouts() local
270 bfmt = FF_COUNT2LAYOUT(fmt->nb_channels); in merge_channel_layouts()
272 if (!av_channel_layout_compare(&b->channel_layouts[j], &bfmt)) in merge_channel_layouts()

Completed in 3 milliseconds