OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_tcl
(Results
1 - 9
of
9
) sorted by null
/external/mesa3d/src/gallium/drivers/r300/
r300_chipset.c
136
caps->
has_tcl
= caps->num_vert_fpus > 0;
138
if (caps->
has_tcl
) {
139
caps->
has_tcl
= debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE;
r300_chipset.h
53
boolean
has_tcl
;
member in struct:r300_capabilities
r300_context.c
112
if (!r300->screen->caps.
has_tcl
) {
146
boolean
has_tcl
= r300->screen->caps.
has_tcl
;
local
185
R300_INIT_ATOM(clip_state,
has_tcl
? 3 + (6 * 4) : 0);
228
if (!r300->screen->caps.
has_tcl
) {
377
if (!r300screen->caps.
has_tcl
) {
406
if (r300screen->caps.
has_tcl
) {
443
if (r300screen->caps.
has_tcl
) {
r300_screen.c
157
return !r300screen->caps.
has_tcl
;
163
return r300screen->caps.
has_tcl
;
242
if (!r300screen->caps.
has_tcl
) {
440
if (r300_screen(screen)->caps.
has_tcl
) {
r300_flush.c
59
if (!r300->screen->caps.
has_tcl
) {
r300_screen_buffer.c
165
(!r300screen->caps.
has_tcl
&&
r300_state.c
548
if (r300->screen->caps.
has_tcl
) {
[
all
...]
r300_vs.c
90
if (r300->screen->caps.
has_tcl
) {
r300_render.c
262
if (r300->screen->caps.
has_tcl
)
[
all
...]
Completed in 510 milliseconds