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:snapshot_type
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_clear.c
479
params.
snapshot_type
= INTEL_SNAPSHOT_CCS_COLOR_CLEAR;
in blorp_fast_clear()
481
params.
snapshot_type
= INTEL_SNAPSHOT_MCS_COLOR_CLEAR;
in blorp_fast_clear()
521
params.
snapshot_type
= INTEL_SNAPSHOT_SLOW_COLOR_CLEAR;
in blorp_clear()
749
params.
snapshot_type
= INTEL_SNAPSHOT_SLOW_DEPTH_CLEAR;
in blorp_clear_stencil_as_rgba()
830
params.
snapshot_type
= INTEL_SNAPSHOT_SLOW_DEPTH_CLEAR;
in blorp_clear_depth_stencil()
1018
params.
snapshot_type
= INTEL_SNAPSHOT_HIZ_CLEAR;
in blorp_hiz_clear_depth_stencil()
1084
params.
snapshot_type
= INTEL_SNAPSHOT_HIZ_CLEAR;
in blorp_gfx8_hiz_clear_attachments()
1139
params.
snapshot_type
= INTEL_SNAPSHOT_SLOW_COLOR_CLEAR;
in blorp_clear_attachments()
1153
params.
snapshot_type
= INTEL_SNAPSHOT_SLOW_DEPTH_CLEAR;
in blorp_clear_attachments()
1161
params.
snapshot_type
in blorp_clear_attachments()
[all...]
H
A
D
blorp.c
420
params.
snapshot_type
= INTEL_SNAPSHOT_HIZ_RESOLVE;
in blorp_hiz_op()
423
params.
snapshot_type
= INTEL_SNAPSHOT_HIZ_AMBIGUATE;
in blorp_hiz_op()
426
params.
snapshot_type
= INTEL_SNAPSHOT_HIZ_CLEAR;
in blorp_hiz_op()
H
A
D
blorp_priv.h
258
enum intel_measure_snapshot_type
snapshot_type
;
member
H
A
D
blorp_blit.c
2531
params.
snapshot_type
= INTEL_SNAPSHOT_BLIT;
in blorp_blit()
2872
params.
snapshot_type
= INTEL_SNAPSHOT_COPY;
in blorp_copy()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_blorp_exec.c
45
params->
snapshot_type
,
in blorp_measure_start()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_blorp.c
468
iris_measure_snapshot(ice, batch, params->
snapshot_type
, NULL, NULL, NULL);
in blorp_measure_start()
/third_party/node/src/
H
A
D
node_snapshotable.cc
1133
SnapshotMetadata::Type
snapshot_type
=
in Generate()
local
1205
if (
snapshot_type
== SnapshotMetadata::Type::kFullyCustomized) {
in Generate()
1273
out->metadata = SnapshotMetadata{
snapshot_type
,
in Generate()
Completed in 13 milliseconds