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:fast_clear
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_lrz.c
220
cmd->state.lrz.
fast_clear
= view->image->lrz_fc_size > 0;
in tu_lrz_init_state()
256
cmd->state.lrz.
fast_clear
= true;
in tu_lrz_init_secondary()
287
cmd->state.lrz.
fast_clear
= cmd->state.lrz.
fast_clear
&&
in tu_lrz_begin_resumed_renderpass()
386
} else if (lrz->
fast_clear
|| lrz->gpu_dir_tracking) {
in tu_lrz_tiling_begin()
394
.fc_enable = lrz->
fast_clear
,
in tu_lrz_tiling_begin()
405
if (!lrz->
fast_clear
&& !invalidate_lrz) {
in tu_lrz_tiling_begin()
424
if (cmd->state.lrz.
fast_clear
|| cmd->state.lrz.gpu_dir_tracking) {
in tu_lrz_tiling_end()
435
.fc_enable = cmd->state.lrz.
fast_clear
,
in tu_lrz_tiling_end()
478
if (lrz->
fast_clear
) {
in tu_lrz_sysmem_begin()
[all...]
H
A
D
tu_lrz.h
37
bool
fast_clear
: 1;
member
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_aux_info.c
74
bool
fast_clear
;
member
111
return info[usage].
fast_clear
;
in aux_state_possible()
113
return info[usage].
fast_clear
&& info[usage].compressed;
in aux_state_possible()
139
assert(!fast_clear_supported || info[usage].
fast_clear
);
in isl_aux_prepare_access()
182
assert(info[usage].
fast_clear
);
in isl_aux_state_transition_aux_op()
259
return info[usage].
fast_clear
;
in isl_aux_usage_has_fast_clears()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_draw.c
223
unsigned buffers, bool
fast_clear
) assert_dt
278
(
fast_clear
? A2XX_PA_SU_SC_MODE_CNTL_MSAA_ENABLE : 0));
280
if (
fast_clear
) {
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
824
enum anv_fast_clear_type
fast_clear
)
in set_image_fast_clear_state()
829
sdi.ImmediateData =
fast_clear
;
in set_image_fast_clear_state()
835
if (
fast_clear
!= ANV_FAST_CLEAR_NONE)
in set_image_fast_clear_state()
893
/* We need to compute (fast_clear_supported < image->
fast_clear
) */
in anv_cmd_compute_resolve_predicate()
6539
const bool
fast_clear
=
in CmdBeginRendering()
local
6559
fast_clear
);
in CmdBeginRendering()
6570
fast_clear
);
in CmdBeginRendering()
6577
if (
fast_clear
) {
in CmdBeginRendering()
821
set_image_
fast_clear
_state(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, VkImageAspectFlagBits aspect, enum anv_
fast_clear
_type
fast_clear
)
set_image_fast_clear_state()
argument
Completed in 13 milliseconds