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:early_z
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/
H
A
D
i915_state_static.c
151
uint32_t
early_z
= 0;
in update_dst_buf_vars()
local
167
early_z
= CLASSIC_EARLY_DEPTH;
in update_dst_buf_vars()
174
early_z
;
in update_dst_buf_vars()
177
if (
early_z
!= (i915->current.dst_buf_vars & CLASSIC_EARLY_DEPTH))
in update_dst_buf_vars()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_program.h
49
uint8_t
early_z
;
member
H
A
D
nvc0_shader_state.c
172
if (fp->fp.
early_z
!= nvc0->state.early_z_forced) {
in nvc0_fragprog_validate()
173
nvc0->state.early_z_forced = fp->fp.
early_z
;
in nvc0_fragprog_validate()
174
IMMED_NVC0(push, NVC0_3D(FORCE_EARLY_FRAGMENT_TESTS), fp->fp.
early_z
);
in nvc0_fragprog_validate()
H
A
D
nvc0_program.c
500
fp->fp.
early_z
= info->prop.fp.earlyFragTests;
in nvc0_fp_gen_header()
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_draw.c
587
bool
early_z
= true;
in lima_pack_render_state()
local
726
early_z
= false;
in lima_pack_render_state()
736
if (
early_z
)
in lima_pack_render_state()
Completed in 5 milliseconds