Searched defs:dst_src_pformat_equal (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c84 enum pipe_format pformat, bool dst_src_pformat_equal)
92 format = nv50_2d_format(pformat, dst, dst_src_pformat_equal);
82 nv50_2d_texture_set(struct nouveau_pushbuf *push, int dst, struct nv50_miptree *mt, unsigned level, unsigned layer, enum pipe_format pformat, bool dst_src_pformat_equal) argument
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c86 enum pipe_format pformat, bool dst_src_pformat_equal)
94 format = nvc0_2d_format(pformat, dst, dst_src_pformat_equal);
84 nvc0_2d_texture_set(struct nouveau_pushbuf *push, bool dst, struct nv50_miptree *mt, unsigned level, unsigned layer, enum pipe_format pformat, bool dst_src_pformat_equal) argument

Completed in 99 milliseconds