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:vkSamples
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/gpu/vk/
H
A
D
GrVkUtil.cpp
58
bool GrSampleCountToVkSampleCount(uint32_t samples, VkSampleCountFlagBits*
vkSamples
) {
in GrSampleCountToVkSampleCount()
argument
62
*
vkSamples
= VK_SAMPLE_COUNT_1_BIT;
in GrSampleCountToVkSampleCount()
65
*
vkSamples
= VK_SAMPLE_COUNT_2_BIT;
in GrSampleCountToVkSampleCount()
68
*
vkSamples
= VK_SAMPLE_COUNT_4_BIT;
in GrSampleCountToVkSampleCount()
71
*
vkSamples
= VK_SAMPLE_COUNT_8_BIT;
in GrSampleCountToVkSampleCount()
74
*
vkSamples
= VK_SAMPLE_COUNT_16_BIT;
in GrSampleCountToVkSampleCount()
H
A
D
GrVkImage.cpp
486
VkSampleCountFlagBits
vkSamples
;
in InitImageInfo()
local
487
if (!GrSampleCountToVkSampleCount(imageDesc.fSamples, &
vkSamples
)) {
in InitImageInfo()
492
VK_SAMPLE_COUNT_1_BIT ==
vkSamples
);
in InitImageInfo()
507
vkSamples
, // samples
in InitImageInfo()
H
A
D
GrVkUtil.h
187
bool GrSampleCountToVkSampleCount(uint32_t samples, VkSampleCountFlagBits*
vkSamples
);
Completed in 3 milliseconds