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:descB
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
RenderPipeline.cpp
955
const ColorTargetState&
descB
= *b->GetColorTargetState(i);
in operator ()()
local
956
if (descA.writeMask !=
descB
.writeMask) {
in operator ()()
959
if ((descA.blend == nullptr) != (
descB
.blend == nullptr)) {
in operator ()()
963
if (descA.blend->color.operation !=
descB
.blend->color.operation ||
in operator ()()
964
descA.blend->color.srcFactor !=
descB
.blend->color.srcFactor ||
in operator ()()
965
descA.blend->color.dstFactor !=
descB
.blend->color.dstFactor) {
in operator ()()
968
if (descA.blend->alpha.operation !=
descB
.blend->alpha.operation ||
in operator ()()
969
descA.blend->alpha.srcFactor !=
descB
.blend->alpha.srcFactor ||
in operator ()()
970
descA.blend->alpha.dstFactor !=
descB
.blend->alpha.dstFactor) {
in operator ()()
1019
const VertexAttributeInfo&
descB
in operator ()()
local
1033
const VertexBufferInfo&
descB
= b->GetVertexBuffer(slot);
operator ()()
local
[all...]
/third_party/skia/tests/
H
A
D
TransferPixelsTest.cpp
55
auto
descB
= GrGetColorTypeDesc(b);
in determine_tolerances()
local
60
if (descA[i] !=
descB
[i]) {
in determine_tolerances()
61
auto m = std::min(descA[i],
descB
[i]);
in determine_tolerances()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
vk_cache_utils.h
980
const GraphicsPipelineDesc &
descB
)
994
const uint32_t *rawPtrB =
descB
.getPtr<uint32_t>();
Completed in 6 milliseconds