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:formatSize
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/tools/configure.d/
H
A
D
nodedownload.py
15
def
formatSize
(amt):
function
33
formatSize
(total),
34
formatSize
(count*size)))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
VertexArrayVk.cpp
46
// the compute shader. So, binding offset and stride has to be aligned to
formatSize
.
in BindingIsAligned()
47
unsigned int
formatSize
= angleFormat.pixelBytes;
in BindingIsAligned()
local
48
return (totalOffset %
formatSize
== 0) && (binding.getStride() %
formatSize
== 0);
in BindingIsAligned()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H
A
D
glcSubgroupsTestsUtils.cpp
1981
deUint64
formatSize
= getFormatSizeInBytes(format);
in makeFragmentFrameBufferTest()
local
1983
width * height *
formatSize
;
in makeFragmentFrameBufferTest()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
Blitter.cpp
1986
size_t
formatSize
= format.bytes();
in resolveDepth()
local
1991
memcpy(dest, source,
formatSize
* width);
in resolveDepth()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H
A
D
vktSubgroupsTestsUtils.cpp
3823
const VkDeviceSize
formatSize
= getFormatSizeInBytes(format);
in makeFragmentFrameBufferTestRequiredSubgroupSize()
local
3824
const VkDeviceSize resultImageSizeInBytes = width * height *
formatSize
;
in makeFragmentFrameBufferTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H
A
D
vktSubgroupsTestsUtils.cpp
3811
const VkDeviceSize
formatSize
= getFormatSizeInBytes(format);
in makeFragmentFrameBufferTestRequiredSubgroupSize()
local
3812
const VkDeviceSize resultImageSizeInBytes = width * height *
formatSize
;
in makeFragmentFrameBufferTestRequiredSubgroupSize()
Completed in 25 milliseconds