OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:need_flush
(Results
51 - 52
of
52
) sorted by null
1
2
3
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c
217
boolean
need_flush
= FALSE;
local
246
need_flush
= TRUE;
274
return
need_flush
;
283
boolean
need_flush
= FALSE;
local
310
need_flush
= TRUE;
331
return
need_flush
;
336
boolean
need_flush
;
local
339
need_flush
= nve4_validate_tic(nvc0, 0);
340
need_flush
|= nve4_validate_tic(nvc0, 3);
341
need_flush
|= nve4_validate_tic(nvc0, 4)
361
boolean
need_flush
= FALSE;
local
404
boolean
need_flush
= FALSE;
local
444
boolean
need_flush
;
local
[
all
...]
/art/compiler/dex/quick/
gen_invoke.cc
274
bool
need_flush
= true;
local
278
need_flush
= false;
281
need_flush
= false;
283
need_flush
= true;
290
need_flush
|= (p_map->core_location != v_map->core_location) ||
292
if ((cu_->instruction_set == kThumb2) && t_loc->fp && !
need_flush
) {
305
need_flush
= true;
309
if (
need_flush
) {
[
all
...]
Completed in 100 milliseconds
1
2
3