Home
last modified time | relevance | path

Searched refs:nv50_format_table (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h191 # define nv50_format_table nvc0_format_table macro
201 uint8_t id = nv50_format_table[format].rt; in nv50_2d_dst_format_faithful()
210 uint8_t id = nv50_format_table[format].rt; in nv50_2d_src_format_faithful()
217 uint8_t id = nv50_format_table[format].rt; in nv50_2d_format_supported()
225 uint8_t id = nv50_format_table[format].rt; in nv50_2d_dst_format_ops_supported()
Dnv50_screen.h183 extern const struct nv50_format nv50_format_table[];
Dnv50_state_validate.c60 PUSH_DATA (push, nv50_format_table[sf->base.format].rt); in nv50_validate_fb()
104 PUSH_DATA (push, nv50_format_table[fb->zsbuf->format].rt); in nv50_validate_fb()
Dnv50_surface.c56 uint8_t id = nv50_format_table[format].rt; in nv50_2d_format()
316 PUSH_DATA (push, nv50_format_table[dst->format].rt); in nv50_clear_render_target()
413 PUSH_DATA (push, nv50_format_table[dst->format].rt); in nv50_clear_depth_stencil()
773 PUSH_DATA (push, nv50_format_table[dst_fmt].rt); in nv50_clear_buffer()
Dnv50_tex.c96 fmt = &nv50_format_table[view->pipe.format]; in nv50_create_texture_view()
Dnv50_screen.c82 return (( nv50_format_table[format].usage | in nv50_screen_is_format_supported()
Dnv50_formats.c123 const struct nv50_format nv50_format_table[PIPE_FORMAT_COUNT] =