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:getByteSize
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H
A
D
DWARFAbbreviationDeclaration.cpp
175
if (auto FixedSize = Spec.
getByteSize
(U))
in getAttributeValue()
185
size_t DWARFAbbreviationDeclaration::FixedSizeInfo::
getByteSize
(
in getByteSize()
function in DWARFAbbreviationDeclaration::FixedSizeInfo
197
Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::
getByteSize
(
in getByteSize()
function in DWARFAbbreviationDeclaration::AttributeSpec
213
return FixedAttributeSize->
getByteSize
(U);
in getFixedAttributesByteSize()
H
A
D
DWARFDebugInfoEntry.cpp
57
if (auto FixedSize = AttrSpec.
getByteSize
(U)) {
in extractFast()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsmUtils.hpp
139
virtual size_t
getByteSize
(void) const = 0;
158
virtual size_t
getByteSize
(void) const { return buffer->
getByteSize
(); }
in getByteSize()
function in vkt::SpirVAssembly::Resource
H
A
D
vktSpvAsmComputeShaderTestUtil.hpp
145
size_t
getByteSize
(void) const
in getByteSize()
function in vkt::SpirVAssembly::OpAtomicBuffer
301
size_t
getByteSize
(void) const
in getByteSize()
function in vkt::SpirVAssembly::Buffer
H
A
D
vktSpvAsmIntegerDotProductTests.cpp
114
for (size_t idx = 0; idx < inputs[2].
getByteSize
() / sizeof(AddendT); ++idx)
in compareDotProductAccSat()
116
size_t vecLen = (inputs[0].
getByteSize
() / sizeof(LHSOperandT)) / (inputs[2].
getByteSize
() / sizeof(AddendT));
in compareDotProductAccSat()
H
A
D
vktSpvAsmInstructionTests.cpp
1821
size_t byteSize = expectedOutputs[0].
getByteSize
();
in compareNoContractCase()
2038
for (size_t idx = 0; idx < expectedOutput->
getByteSize
() / sizeof(float); ++idx)
in compareNMin()
2162
for (size_t idx = 0; idx < expectedOutput->
getByteSize
() / sizeof(float); ++idx)
in compareNMax()
2285
for (size_t idx = 0; idx < expectedOutput->
getByteSize
() / sizeof(float) / 2; ++idx)
in compareNClamp()
5655
size_t byteSize = expectedOutputs[0].
getByteSize
();
in compareOpQuantizeF16ComputeExactCase()
5695
size_t byteSize = expectedOutputs[0].
getByteSize
();
in compareNan()
5716
size_t byteSize = expectedOutputs[0].
getByteSize
();
in compareZeros()
17572
const size_t iterationsCount = expectedOutputs[0].
getByteSize
() / (sizeof(deFloat16) * resultStep);
17580
DE_ASSERT(expectedOutputs[0].
getByteSize
() > 0);
17581
DE_ASSERT(expectedOutputs[0].
getByteSize
()
[all...]
H
A
D
vktSpvAsm16bitStorageTests.cpp
207
const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].
getByteSize
() / sizeof(deUint16));
in graphicsCheck16BitFloats()
285
const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].
getByteSize
() / sizeof(deUint16));
in computeCheck16BitFloats()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsmUtils.hpp
139
virtual size_t
getByteSize
(void) const = 0;
158
virtual size_t
getByteSize
(void) const { return buffer->
getByteSize
(); }
in getByteSize()
function in vkt::SpirVAssembly::Resource
H
A
D
vktSpvAsmComputeShaderTestUtil.hpp
145
size_t
getByteSize
(void) const
in getByteSize()
function in vkt::SpirVAssembly::OpAtomicBuffer
301
size_t
getByteSize
(void) const
in getByteSize()
function in vkt::SpirVAssembly::Buffer
H
A
D
vktSpvAsmIntegerDotProductTests.cpp
114
for (size_t idx = 0; idx < inputs[2].
getByteSize
() / sizeof(AddendT); ++idx)
in compareDotProductAccSat()
116
size_t vecLen = (inputs[0].
getByteSize
() / sizeof(LHSOperandT)) / (inputs[2].
getByteSize
() / sizeof(AddendT));
in compareDotProductAccSat()
H
A
D
vktSpvAsmInstructionTests.cpp
1819
size_t byteSize = expectedOutputs[0].
getByteSize
();
in compareNoContractCase()
2036
for (size_t idx = 0; idx < expectedOutput->
getByteSize
() / sizeof(float); ++idx)
in compareNMin()
2160
for (size_t idx = 0; idx < expectedOutput->
getByteSize
() / sizeof(float); ++idx)
in compareNMax()
2283
for (size_t idx = 0; idx < expectedOutput->
getByteSize
() / sizeof(float) / 2; ++idx)
in compareNClamp()
5653
size_t byteSize = expectedOutputs[0].
getByteSize
();
in compareOpQuantizeF16ComputeExactCase()
5694
size_t byteSize = expectedOutputs[0].
getByteSize
();
in compareNan()
17474
const size_t iterationsCount = expectedOutputs[0].
getByteSize
() / (sizeof(deFloat16) * resultStep);
17482
DE_ASSERT(expectedOutputs[0].
getByteSize
() > 0);
17483
DE_ASSERT(expectedOutputs[0].
getByteSize
() == sizeof(deFloat16) * iterationsCount * resultStep);
17487
DE_ASSERT(inputs[inputNdx].
getByteSize
() >
[all...]
H
A
D
vktSpvAsm16bitStorageTests.cpp
207
const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].
getByteSize
() / sizeof(deUint16));
in graphicsCheck16BitFloats()
285
const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].
getByteSize
() / sizeof(deUint16));
in computeCheck16BitFloats()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H
A
D
DWARFAbbreviationDeclaration.h
82
Optional<int64_t>
getByteSize
(const DWARFUnit &U) const;
168
size_t
getByteSize
(const DWARFUnit &U) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H
A
D
PDBStringTable.h
37
uint32_t
getByteSize
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H
A
D
PDBStringTable.cpp
22
uint32_t PDBStringTable::
getByteSize
() const { return Header->ByteSize; }
in getByteSize()
function in PDBStringTable
Completed in 88 milliseconds