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:fetch_stencil
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_fs.c
470
bool
fetch_stencil
)
in select_zs_component_format()
473
if (
fetch_stencil
&& !util_format_has_stencil(desc))
in select_zs_component_format()
475
if (!
fetch_stencil
&& !util_format_has_depth(desc))
in select_zs_component_format()
480
return
fetch_stencil
? PIPE_FORMAT_X24S8_UINT : PIPE_FORMAT_Z24X8_UNORM;
in select_zs_component_format()
482
return
fetch_stencil
? PIPE_FORMAT_S8X24_UINT : PIPE_FORMAT_X8Z24_UNORM;
in select_zs_component_format()
484
return
fetch_stencil
? PIPE_FORMAT_X32_S8X24_UINT : format;
in select_zs_component_format()
505
const bool
fetch_stencil
= location == FRAG_RESULT_STENCIL;
in fs_fb_fetch()
local
506
const bool fetch_zs =
fetch_stencil
|| location == FRAG_RESULT_DEPTH;
in fs_fb_fetch()
510
buf_format = select_zs_component_format(key->zsbuf_format,
fetch_stencil
);
in fs_fb_fetch()
604
} else if (
fetch_stencil
) {
in fs_fb_fetch()
469
select_zs_component_format(enum pipe_format format, bool
fetch_stencil
)
select_zs_component_format()
argument
[all...]
Completed in 6 milliseconds