Home
last modified time | relevance | path

Searched refs:dst_src_equal (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c53 nvc0_2d_format(enum pipe_format format, bool dst, bool dst_src_equal) in nvc0_2d_format() argument
58 if (!dst && unlikely(format == PIPE_FORMAT_I8_UNORM) && !dst_src_equal) in nvc0_2d_format()
66 assert(dst_src_equal); in nvc0_2d_format()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c54 nv50_2d_format(enum pipe_format format, bool dst, bool dst_src_equal) in nv50_2d_format() argument
63 assert(dst_src_equal); in nv50_2d_format()