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:zbuffer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.cpp
3231
const BOOL_32
zbuffer
= flags.depth || flags.stencil;
3239
if (msaa ||
zbuffer
|| display || stereo || isBc || fmask)
3255
if (msaa ||
zbuffer
|| display || stereo || fmask)
3308
const BOOL_32
zbuffer
= flags.depth || flags.stencil;
3358
if (((tex1d == FALSE) && prt) ||
zbuffer
|| msaa || (pIn->bpp == 0) ||
3375
if (
zbuffer
|| thin3d || (tex3d && (pIn->bpp == 128) && color) || fmask)
3383
if (
zbuffer
|| (prt && tex3d) || fmask || zMaxMip)
3391
if (
zbuffer
|| (pIn->bpp > 64) || tex3d || isBc || fmask)
3406
if (prt ||
zbuffer
|| tex3d || mipmap || msaa)
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H
A
D
gfx11addrlib.cpp
2216
const BOOL_32
zbuffer
= flags.depth || flags.stencil;
2286
if (
zbuffer
|| msaa || (pIn->bpp == 0) || ((pIn->bpp % 8) != 0))
2305
if (
zbuffer
|| msaa)
2313
if (
zbuffer
|| msaa)
2321
if (
zbuffer
)
2336
if (
zbuffer
|| tex3d || msaa)
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
4177
stbi_uc *
zbuffer
, *zbuffer_end;
member
4191
return (z->
zbuffer
>= z->zbuffer_end);
in stbi__zeof()
4196
return stbi__zeof(z) ? 0 : *z->
zbuffer
++;
in stbi__zget8()
4203
z->
zbuffer
= z->zbuffer_end; /* treat this as EOF so we fail. */
in stbi__fill_bits()
4408
if (a->
zbuffer
+ len > a->zbuffer_end) return stbi__err("read past buffer","Corrupt PNG");
in stbi__parse_uncompressed_block()
4411
memcpy(a->zout, a->
zbuffer
, len);
in stbi__parse_uncompressed_block()
4412
a->
zbuffer
+= len;
in stbi__parse_uncompressed_block()
4503
a.
zbuffer
= (stbi_uc *) buffer;
in stbi_zlib_decode_malloc_guesssize()
4524
a.
zbuffer
= (stbi_uc *) buffer;
in stbi_zlib_decode_malloc_guesssize_headerflag()
4538
a.
zbuffer
in stbi_zlib_decode_buffer()
[all...]
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H
A
D
gfx10addrlib.cpp
2600
const BOOL_32
zbuffer
= flags.depth || flags.stencil;
2676
if (
zbuffer
|| msaa || (pIn->bpp == 0) || ((pIn->bpp % 8) != 0))
2695
if (
zbuffer
|| msaa)
2703
if (
zbuffer
|| msaa)
2711
if (
zbuffer
)
2728
if (
zbuffer
|| tex3d || msaa)
Completed in 23 milliseconds