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:can_discard
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/src/pdf/
H
A
D
SkPDFTag.cpp
229
static bool
can_discard
(SkPDFTagNode* node) {
in can_discard()
function
241
if (!
can_discard
(&node->fChildren[i])) {
in can_discard()
259
if (!(
can_discard
(child))) {
in PrepareTagTreeToEmit()
317
if (!fRoot ||
can_discard
(fRoot)) {
in makeStructTreeRoot()
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_earlyzs.c
67
s->fs.
can_discard
||
in analyze()
H
A
D
pan_shader.c
257
info->fs.
can_discard
= s->info.fs.uses_discard;
in pan_shader_compile()
279
!info->fs.
can_discard
&&
in pan_shader_compile()
H
A
D
pan_shader.h
185
info->fs.writes_coverage || info->fs.
can_discard
;
in pan_shader_prepare_bifrost_rsd()
/third_party/mesa3d/src/panfrost/lib/tests/
H
A
D
test-earlyzs.cpp
52
.
can_discard
= !!(flags & DISCARD),
in test()
/third_party/mesa3d/src/panfrost/util/
H
A
D
pan_ir.h
287
bool
can_discard
;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_shader.h
325
bool
can_discard
;
member
H
A
D
radv_shader_info.c
627
info->ps.
can_discard
= nir->info.fs.uses_discard;
in radv_nir_shader_info_pass()
H
A
D
radv_pipeline.c
6375
S_02880C_KILL_ENABLE(!!ps->info.ps.
can_discard
) |
in radv_compute_db_shader_control()
6668
mode = ps->info.ps.
can_discard
? V_028064_VRS_COMB_MODE_MIN : V_028064_VRS_COMB_MODE_PASSTHRU;
in gfx103_pipeline_emit_vrs_state()
6992
if ((device->physical_device->rad_info.gfx_level <= GFX9 || ps->info.ps.
can_discard
) &&
in radv_graphics_pipeline_init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_cmdstream.c
565
force_ez_with_discard && fs->info.fs.
can_discard
;
in panfrost_prepare_fs_state()
567
!force_ez_with_discard && fs->info.fs.
can_discard
;
in panfrost_prepare_fs_state()
3296
fs->info.fs.
can_discard
||
in panfrost_emit_draw()
Completed in 24 milliseconds