OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:need_swvfetch
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_state_need_swtnl.c
79
boolean
need_swvfetch
= FALSE;
local
90
need_swvfetch
= TRUE;
95
if (
need_swvfetch
!= svga->state.sw.
need_swvfetch
) {
96
svga->state.sw.
need_swvfetch
=
need_swvfetch
;
105
"update
need_swvfetch
",
200
svga->state.sw.
need_swvfetch
= FALSE;
204
need_swtnl = (svga->state.sw.
need_swvfetch
||
221
"%s:
need_swvfetch
%s, need_pipeline %s\n"
[
all
...]
svga_context.h
295
boolean
need_swvfetch
;
member in struct:svga_sw_state
Completed in 54 milliseconds