Home
last modified time | relevance | path

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

/external/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()
398 if (!r300screen->caps.has_tcl) {
459 if (r300screen->caps.has_tcl) {
Dr300_chipset.c176 caps->has_tcl = caps->num_vert_fpus > 0; in r300_parse_chipset()
178 if (caps->has_tcl) { in r300_parse_chipset()
179 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE; in r300_parse_chipset()
Dr300_screen.c238 return !r300screen->caps.has_tcl; in r300_get_param()
244 return r300screen->caps.has_tcl; in r300_get_param()
366 if (!r300screen->caps.has_tcl) { in r300_get_shader_param()
661 if (r300_screen(screen)->caps.has_tcl) { in r300_is_format_supported()
Dr300_chipset.h53 boolean has_tcl; member
Dr300_state.c664 if (r300->screen->caps.has_tcl) { in r300_set_clip_state()
1168 if (!r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_rs_state()
1273 if (r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_rs_state()
1388 if (r300->screen->caps.has_tcl && last_clip_halfz != r300->clip_halfz) { in r300_bind_rs_state()
1887 if (r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_vertex_elements_state()
1939 if (r300->screen->caps.has_tcl) { in r300_create_vs_state()
1966 if (r300->screen->caps.has_tcl) { in r300_bind_vs_state()
1993 if (r300->screen->caps.has_tcl) { in r300_delete_vs_state()
2040 (shader == PIPE_SHADER_VERTEX && r300->screen->caps.has_tcl)) { in r300_set_constant_buffer()
2045 if (r300->screen->caps.has_tcl) { in r300_set_constant_buffer()
[all …]
Dr300_flush.c68 if (!r300->screen->caps.has_tcl) { in r300_flush_and_cleanup()
Dr300_screen_buffer.c178 (!r300screen->caps.has_tcl && !(templ->bind & PIPE_BIND_CUSTOM))) { in r300_buffer_create()
Dr300_render.c262 if (r300->screen->caps.has_tcl) in r300_emit_states()
1124 if (!r300->screen->caps.has_tcl && type == UTIL_BLITTER_ATTRIB_NONE) { in r300_blitter_draw_rectangle()
1196 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()