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
refs:hiz_clear
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_blit.c
275
boolean zmask_clear,
hiz_clear
;
in r300_clear()
local
281
hiz_clear
= FALSE;
in r300_clear()
284
hiz_clear
= r300_hiz_clear_allowed(r300);
in r300_clear()
288
if (zmask_clear ||
hiz_clear
) {
in r300_clear()
313
if (
hiz_clear
) {
in r300_clear()
315
r300_mark_atom_dirty(r300, &r300->
hiz_clear
);
in r300_clear()
383
r300->
hiz_clear
.dirty ||
in r300_clear()
387
/* Calculate zmask_clear and
hiz_clear
atom sizes. */
in r300_clear()
391
(r300->
hiz_clear
.dirty ? r300->
hiz_clear
in r300_clear()
[all...]
H
A
D
r300_context.h
492
struct r300_atom
hiz_clear
;
member
H
A
D
r300_context.c
211
R300_INIT_ATOM(
hiz_clear
, r300->screen->caps.hiz_ram > 0 ? 4 : 0);
in r300_setup_atoms()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
6770
const bool
hiz_clear
=
in CmdBeginRendering()
local
6787
hiz_clear
);
in CmdBeginRendering()
6794
hiz_clear
);
in CmdBeginRendering()
6811
hiz_clear
);
in CmdBeginRendering()
6820
hiz_clear
);
in CmdBeginRendering()
6832
if (
hiz_clear
) {
in CmdBeginRendering()
6853
if (
hiz_clear
) {
in CmdBeginRendering()
Completed in 14 milliseconds