Home
last modified time | relevance | path

Searched refs:nvc0_format_table (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h193 # define nv50_format_table nvc0_format_table
H A Dnv50_formats.c121 const struct nvc0_format nvc0_format_table[PIPE_FORMAT_COUNT] = variable
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h207 extern const struct nvc0_format nvc0_format_table[];
H A Dnvc0_state_validate.c234 PUSH_DATA(push, nvc0_format_table[sf->base.format].rt); in nvc0_validate_fb()
250 PUSH_DATA(push, nvc0_format_table[sf->base.format].rt); in nvc0_validate_fb()
278 PUSH_DATA (push, nvc0_format_table[fb->zsbuf->format].rt); in nvc0_validate_fb()
H A Dnvc0_surface.c55 uint8_t id = nvc0_format_table[format].rt; in nvc0_2d_format()
326 PUSH_DATA(push, nvc0_format_table[dst->format].rt); in nvc0_clear_render_target()
341 PUSH_DATA(push, nvc0_format_table[sf->base.format].rt); in nvc0_clear_render_target()
592 PUSH_DATA (push, nvc0_format_table[dst_fmt].rt); in nvc0_clear_buffer()
663 PUSH_DATA (push, nvc0_format_table[dst->format].rt); in nvc0_clear_depth_stencil()
H A Dnvc0_tex.c101 fmt = &nvc0_format_table[view->pipe.format]; in gm107_create_texture_view()
313 fmt = &nvc0_format_table[view->pipe.format]; in gf100_create_texture_view()
1149 unsigned rt = nvc0_format_table[view->format].rt; in nvc0_validate_suf()
H A Dnvc0_screen.c110 return (( nvc0_format_table[format].usage | in nvc0_screen_is_format_supported()

Completed in 10 milliseconds