Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:need_flush
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_tex.c
247
bool
need_flush
= false;
in nv50_validate_tic()
local
358
bool
need_flush
= false;
in nv50_validate_textures()
local
378
bool
need_flush
= false;
in nv50_validate_tsc()
local
438
bool
need_flush
in nv50_validate_samplers()
local
[all...]
H
A
D
nv50_compute.c
171
bool
need_flush
= nv50_validate_tsc(nv50, NV50_SHADER_STAGE_COMPUTE);
in nv50_compute_validate_samplers()
local
184
bool
need_flush
= nv50_validate_tic(nv50, NV50_SHADER_STAGE_COMPUTE);
in nv50_compute_validate_textures()
local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_compute.c
146
bool
need_flush
= nvc0_validate_tsc(nvc0, 5);
in nvc0_compute_validate_samplers()
local
161
bool
need_flush
= nvc0_validate_tic(nvc0, 5);
in nvc0_compute_validate_textures()
local
H
A
D
nve4_compute.c
331
bool
need_flush
= nve4_validate_tsc(nvc0, 5);
in nve4_compute_validate_samplers()
local
H
A
D
nvc0_tex.c
485
bool
need_flush
= false;
in nvc0_validate_tic()
local
552
bool
need_flush
= false;
in nve4_validate_tic()
local
600
bool
need_flush
= false;
in nvc0_validate_textures()
local
629
bool
need_flush
= false;
nvc0_validate_tsc()
local
687
bool
need_flush
= false;
nve4_validate_tsc()
local
722
bool
need_flush
= false;
nvc0_validate_samplers()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_blit.c
414
bool
need_flush
= false;
in si_decompress_sampler_depth_textures()
local
782
bool
need_flush
= false;
in si_decompress_textures()
local
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_blit.c
309
bool
need_flush
= devinfo->ver >= 11 ?
in tex_cache_flush_hack()
local
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_blit.c
332
bool
need_flush
= view_format != surf_format;
in tex_cache_flush_hack()
local
Completed in 11 milliseconds