Home
last modified time | relevance | path

Searched refs:has_tcl (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c123 if (!r300->screen->caps.has_tcl) { in r300_destroy_context()
158 boolean has_tcl = r300->screen->caps.has_tcl; in r300_setup_atoms() local
193 R300_INIT_ATOM(vap_invariant_state, is_r500 || !has_tcl ? 11 : 9); in r300_setup_atoms()
197 R300_INIT_ATOM(clip_state, has_tcl ? 3 + (6 * 4) : 0); in r300_setup_atoms()
241 if (!r300->screen->caps.has_tcl) { in r300_setup_atoms()
317 } else if (!r300->screen->caps.has_tcl) { in r300_init_states()
411 if (!r300screen->caps.has_tcl) {
477 if (r300screen->caps.has_tcl) {
Dr300_screen.c192 return !r300screen->caps.has_tcl; in r300_get_param()
198 return r300screen->caps.has_tcl; in r300_get_param()
337 if (!r300screen->caps.has_tcl) { in r300_get_shader_param()
750 if (r300_screen(screen)->caps.has_tcl) { in r300_is_format_supported()
832 r300screen->caps.has_tcl = FALSE; in r300_screen_create()
Dr300_state.c659 if (r300->screen->caps.has_tcl) { in r300_set_clip_state()
1191 if (!r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_rs_state()
1296 if (r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_rs_state()
1411 if (r300->screen->caps.has_tcl && last_clip_halfz != r300->clip_halfz) { in r300_bind_rs_state()
1897 if (r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_vertex_elements_state()
1958 if (r300->screen->caps.has_tcl) { in r300_create_vs_state()
1978 if (r300->screen->caps.has_tcl) { in r300_create_vs_state()
2004 if (r300->screen->caps.has_tcl) { in r300_bind_vs_state()
2031 if (r300->screen->caps.has_tcl) { in r300_delete_vs_state()
2084 (shader == PIPE_SHADER_VERTEX && r300->screen->caps.has_tcl)) { in r300_set_constant_buffer()
[all …]
Dr300_chipset.h53 boolean has_tcl; member
Dr300_flush.c67 if (!r300->screen->caps.has_tcl) { in r300_flush_and_cleanup()
Dr300_chipset.c176 caps->has_tcl = caps->num_vert_fpus > 0; in r300_parse_chipset()
Dr300_screen_buffer.c184 (!r300screen->caps.has_tcl && !(templ->bind & PIPE_BIND_CUSTOM))) { in r300_buffer_create()
Dr300_render.c264 if (r300->screen->caps.has_tcl) in r300_emit_states()
1182 if ((!r300->screen->caps.has_tcl && type == UTIL_BLITTER_ATTRIB_NONE) || in r300_blitter_draw_rectangle()
1264 if (r300->screen->caps.has_tcl) { in r300_init_render_functions()
Dr300_vs.c91 if (r300->screen->caps.has_tcl) { in r300_shader_read_vs_outputs()
Dr300_state_derived.c1109 if (r300->screen->caps.has_tcl) in r300_update_derived_state()