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:writes_depth
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_shader.c
247
info->fs.
writes_depth
= true;
in pan_shader_compile()
270
!info->fs.
writes_depth
&&
in pan_shader_compile()
276
!info->fs.
writes_depth
&&
in pan_shader_compile()
H
A
D
pan_earlyzs.c
57
bool shader_writes_zs = (s->fs.
writes_depth
|| s->fs.writes_stencil);
in analyze()
H
A
D
pan_shader.h
74
return info->fs.
writes_depth
? MALI_DEPTH_SOURCE_SHADER :
in pan_depth_source()
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_fs.h
88
return (fs->shader->code.
writes_depth
) ? TRUE : FALSE;
in r300_fragment_shader_writes_depth()
H
A
D
r300_fs.c
548
if (shader->code.
writes_depth
) {
in r300_translate_fragment_shader()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_code.h
243
unsigned
writes_depth
:1;
member
H
A
D
r300_fragprog_emit.c
279
c->code->
writes_depth
= 1;
in emit_alu()
H
A
D
r500_fragprog_emit.c
279
c->code->
writes_depth
= 1;
in emit_paired()
/third_party/mesa3d/src/panfrost/lib/tests/
H
A
D
test-earlyzs.cpp
53
.
writes_depth
= !!(flags & WRITES_Z),
in test()
/third_party/mesa3d/src/panfrost/util/
H
A
D
pan_ir.h
288
bool
writes_depth
;
member
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_vX_pipeline.c
718
return (info->fs.
writes_depth
|| info->fs.writes_stencil);
in panvk_fs_required()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
7148
UNUSED bool
writes_depth
= wm_prog_data->computed_depth_mode != BRW_PSCDEPTH_OFF;
local
7309
writes_depth
|| wm.PixelShaderKillsPixel ||
7324
wm.PixelShaderComputedDepth =
writes_depth
;
7337
if (!(has_writeable_rt(ice->state.cso_blend, fs_info) ||
writes_depth
) &&
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_cmdstream.c
281
return (fs->info.fs.
writes_depth
|| fs->info.fs.writes_stencil);
in panfrost_fs_required()
Completed in 31 milliseconds