HomeSort by: relevance | last modified time | path
    Searched defs:dst_format (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/util/tests/format/
u_format_compatible_test.c 39 enum pipe_format dst_format; local
48 for (dst_format = 1; dst_format < PIPE_FORMAT_COUNT; ++dst_format) {
50 dst_format_desc = util_format_description(dst_format);
55 if (dst_format == src_format) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
u_format_compatible_test.c 39 enum pipe_format dst_format; local
48 for (dst_format = 1; dst_format < PIPE_FORMAT_COUNT; ++dst_format) {
50 dst_format_desc = util_format_description(dst_format);
55 if (dst_format == src_format) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_pixel_draw.c 80 mesa_format dst_format = irb->mt->format; local
84 dst_format = _mesa_get_srgb_format_linear(dst_format);
86 if (!brw_miptree_blit_compatible_formats(src_format, dst_format)) {
brw_blit.c 494 mesa_format dst_format = _mesa_get_srgb_format_linear(dst_mt->format); local
502 if (!brw_miptree_blit_compatible_formats(src_format, dst_format)) {
506 _mesa_get_format_name(dst_format));
544 _mesa_get_format_bits(dst_format, GL_ALPHA_BITS) > 0) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_blit.c 309 uint32_t dst_format = 0; local
321 dst_format = RADEON_COLOR_FORMAT_ARGB8888;
325 dst_format = RADEON_COLOR_FORMAT_RGB565;
329 dst_format = RADEON_COLOR_FORMAT_ARGB4444;
333 dst_format = RADEON_COLOR_FORMAT_ARGB1555;
338 dst_format = RADEON_COLOR_FORMAT_RGB8;
357 OUT_BATCH_REGVAL(RADEON_RB3D_CNTL, dst_format);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_blit.c 161 uint32_t dst_format = 0; local
171 dst_format = RADEON_COLOR_FORMAT_ARGB8888;
175 dst_format = RADEON_COLOR_FORMAT_RGB565;
179 dst_format = RADEON_COLOR_FORMAT_ARGB4444;
183 dst_format = RADEON_COLOR_FORMAT_ARGB1555;
188 dst_format = RADEON_COLOR_FORMAT_RGB8;
206 OUT_BATCH_REGVAL(RADEON_RB3D_CNTL, dst_format);
radeon_pixel_read.c 97 const mesa_format dst_format = gl_format_and_type_to_mesa_format(format, type); local
108 if (dst_format == MESA_FORMAT_NONE ||
109 !radeon->vtbl.check_blit(dst_format, rrb->pitch / rrb->cpp) || !radeon->vtbl.blit) {
132 aligned_rowstride = get_texture_image_row_stride(radeon, dst_format, dst_rowstride, 0, GL_TEXTURE_2D);
133 dst_rowstride *= _mesa_get_format_bytes(dst_format);
136 dst_imagesize = get_texture_image_size(dst_format,
169 dst_format,
170 aligned_rowstride / _mesa_get_format_bytes(dst_format),
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_pixel_draw.c 80 mesa_format dst_format = irb->mt->format; local
84 dst_format = _mesa_get_srgb_format_linear(dst_format);
86 if (!intel_miptree_blit_compatible_formats(src_format, dst_format)) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_blit.c 319 uint32_t dst_format = 0; local
331 dst_format = RADEON_COLOR_FORMAT_ARGB8888;
335 dst_format = RADEON_COLOR_FORMAT_RGB565;
339 dst_format = RADEON_COLOR_FORMAT_ARGB4444;
343 dst_format = RADEON_COLOR_FORMAT_ARGB1555;
348 dst_format = RADEON_COLOR_FORMAT_RGB8;
367 OUT_BATCH_REGVAL(RADEON_RB3D_CNTL, dst_format);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_blit.c 170 uint32_t dst_format = 0; local
180 dst_format = RADEON_COLOR_FORMAT_ARGB8888;
184 dst_format = RADEON_COLOR_FORMAT_RGB565;
188 dst_format = RADEON_COLOR_FORMAT_ARGB4444;
192 dst_format = RADEON_COLOR_FORMAT_ARGB1555;
197 dst_format = RADEON_COLOR_FORMAT_RGB8;
215 OUT_BATCH_REGVAL(RADEON_RB3D_CNTL, dst_format);
radeon_pixel_read.c 97 const mesa_format dst_format = gl_format_and_type_to_mesa_format(format, type); local
108 if (dst_format == MESA_FORMAT_NONE ||
109 !radeon->vtbl.check_blit(dst_format, rrb->pitch / rrb->cpp) || !radeon->vtbl.blit) {
132 aligned_rowstride = get_texture_image_row_stride(radeon, dst_format, dst_rowstride, 0, GL_TEXTURE_2D);
133 dst_rowstride *= _mesa_get_format_bytes(dst_format);
136 dst_imagesize = get_texture_image_size(dst_format,
169 dst_format,
170 aligned_rowstride / _mesa_get_format_bytes(dst_format),
  /xsrc/external/mit/mesa-demos/dist/src/rbug/
bin_to_bmp.c 62 enum pipe_format dst_format = PIPE_FORMAT_R32G32B32A32_FLOAT; local
73 dst_stride = util_format_get_stride(dst_format, width);
74 dst_size = util_format_get_2d_size(dst_format, dst_stride, width);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv04_xv_blit.c 67 int dst_format; local
69 if (!NVAccelGetCtxSurf2DFormatFromPixmap(ppix, &dst_format))
101 PUSH_DATA (push, dst_format);
nv30_xv_tex.c 192 int dst_format = 0; local
200 if (!NV30GetSurfaceFormat(ppix, &dst_format)) {
217 dst_format);
nv40_xv_tex.c 192 int dst_format = 0; local
200 if (!NV40GetSurfaceFormat(ppix, &dst_format)) {
216 NV30_3D_RT_FORMAT_ZETA_Z24S8 | dst_format);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_blt.c 399 unsigned dst_format = etna_compatible_rs_format(blit_info->dst.format); local
401 translate_blt_format(dst_format) == ETNA_NO_MATCH ||
468 op.dest.format = translate_blt_format(dst_format);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_surface.c 214 enum pipe_format dst_format; local
226 dst_format = dst->format;
242 dst_bs = util_format_get_blocksize(dst_format);
243 dst_bw = util_format_get_blockwidth(dst_format);
244 dst_bh = util_format_get_blockheight(dst_format);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_blit.c 233 mesa_format dst_format = _mesa_get_srgb_format_linear(dst_mt->format); local
240 if (src_format != dst_format &&
243 (dst_format != MESA_FORMAT_B8G8R8A8_UNORM &&
244 dst_format != MESA_FORMAT_B8G8R8X8_UNORM))) {
248 _mesa_get_format_name(dst_format));
intel_fbo.c 706 mesa_format dst_format = _mesa_get_srgb_format_linear(dst_rb->Format); local
707 if (src_format != dst_format) {
711 _mesa_get_format_name(dst_format));
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_readpixels.c 101 enum pipe_format src_format, enum pipe_format dst_format,
124 if (!screen->is_format_supported(screen, dst_format, PIPE_BUFFER, 0, 0,
128 desc = util_format_description(dst_format);
208 image.format = dst_format;
244 void *fs = st_pbo_get_download_fs(st, view_target, src_format, dst_format, addr.depth != 1);
279 enum pipe_format src_format, enum pipe_format dst_format)
296 dst_templ.format = dst_format;
297 if (util_format_is_depth_or_stencil(dst_format))
347 enum pipe_format src_format, enum pipe_format dst_format)
357 st->readpix_cache.dst_format != dst_format |
425 enum pipe_format dst_format, src_format; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_blit.c 353 enum pipe_format dst_format)
355 if (src_format == dst_format) {
362 util_format_description(dst_format);
392 enum pipe_format src_format, dst_format; local
414 dst_format = util_format_linear(dst->texture->format);
444 if (formats_compatible(src_format, dst_format) &&
481 info.dst.format = dst_format;
u_surface.c 263 enum pipe_format dst_format; local
275 dst_format = dst->format;
291 dst_bs = util_format_get_blocksize(dst_format);
292 dst_bw = util_format_get_blockwidth(dst_format);
293 dst_bh = util_format_get_blockheight(dst_format);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_blit.c 259 enum pipe_format src_format, dst_format; local
270 dst_format = PIPE_FORMAT_R8_UNORM;
272 dst_format = PIPE_FORMAT_RGBA8888_UNORM;
282 .format = dst_format,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_blit.c 233 mesa_format dst_format = _mesa_get_srgb_format_linear(dst_mt->format); local
240 if (src_format != dst_format &&
243 (dst_format != MESA_FORMAT_B8G8R8A8_UNORM &&
244 dst_format != MESA_FORMAT_B8G8R8X8_UNORM))) {
248 _mesa_get_format_name(dst_format));
intel_fbo.c 706 mesa_format dst_format = _mesa_get_srgb_format_linear(dst_rb->Format); local
707 if (src_format != dst_format) {
711 _mesa_get_format_name(dst_format));

Completed in 25 milliseconds

1 2 3