Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c124 if (!r300->screen->caps.has_tcl) { in r300_destroy_context()
159 boolean has_tcl = r300->screen->caps.has_tcl; in r300_setup_atoms() local
194 R300_INIT_ATOM(vap_invariant_state, is_r500 || !has_tcl ? 11 : 9); in r300_setup_atoms()
198 R300_INIT_ATOM(clip_state, has_tcl ? 3 + (6 * 4) : 0); in r300_setup_atoms()
242 if (!r300->screen->caps.has_tcl) { in r300_setup_atoms()
318 } else if (!r300->screen->caps.has_tcl) { in r300_init_states()
399 if (!r300screen->caps.has_tcl) {
463 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.c191 return !r300screen->caps.has_tcl; in r300_get_param()
197 return r300screen->caps.has_tcl; in r300_get_param()
331 if (!r300screen->caps.has_tcl) { in r300_get_shader_param()
641 if (r300_screen(screen)->caps.has_tcl) { in r300_is_format_supported()
Dr300_chipset.h53 boolean has_tcl; member
Dr300_state.c657 if (r300->screen->caps.has_tcl) { in r300_set_clip_state()
1161 if (!r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_rs_state()
1266 if (r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_rs_state()
1381 if (r300->screen->caps.has_tcl && last_clip_halfz != r300->clip_halfz) { in r300_bind_rs_state()
1867 if (r300_screen(pipe->screen)->caps.has_tcl) { in r300_create_vertex_elements_state()
1919 if (r300->screen->caps.has_tcl) { in r300_create_vs_state()
1946 if (r300->screen->caps.has_tcl) { in r300_bind_vs_state()
1973 if (r300->screen->caps.has_tcl) { in r300_delete_vs_state()
2021 (shader == PIPE_SHADER_VERTEX && r300->screen->caps.has_tcl)) { in r300_set_constant_buffer()
2026 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.c184 (!r300screen->caps.has_tcl && !(templ->bind & PIPE_BIND_CUSTOM))) { in r300_buffer_create()
Dr300_vs.c91 if (r300->screen->caps.has_tcl) { in r300_shader_read_vs_outputs()
Dr300_render.c263 if (r300->screen->caps.has_tcl) in r300_emit_states()
1164 if ((!r300->screen->caps.has_tcl && type == UTIL_BLITTER_ATTRIB_NONE) || in r300_blitter_draw_rectangle()
1243 if (r300->screen->caps.has_tcl) { in r300_init_render_functions()