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:hw_clear_value
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_meta_clear.c
78
union v3dv_clear_value
hw_clear_value
= { 0 };
in clear_image_tlb()
local
82
&
hw_clear_value
.color[0]);
in clear_image_tlb()
86
hw_clear_value
.z = clear_value->depthStencil.depth;
in clear_image_tlb()
87
hw_clear_value
.s = clear_value->depthStencil.stencil;
in clear_image_tlb()
139
(job, image, &framebuffer, &
hw_clear_value
,
in clear_image_tlb()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_cmd_buffer.c
546
uint32_t
hw_clear_value
;
in pvr_load_op_constants_create_and_upload()
local
559
hw_clear_value
= pvr_get_hw_clear_color(attachment->vk_format, clear_value);
in pvr_load_op_constants_create_and_upload()
562
&
hw_clear_value
,
in pvr_load_op_constants_create_and_upload()
563
sizeof(
hw_clear_value
),
in pvr_load_op_constants_create_and_upload()
Completed in 10 milliseconds