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:remainingSize
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H
A
D
ChunkedCommandSerializer.cpp
24
size_t
remainingSize
) {
in SerializeChunkedCommand()
25
while (
remainingSize
> 0) {
in SerializeChunkedCommand()
26
size_t chunkSize = std::min(
remainingSize
, mMaxAllocationSize);
in SerializeChunkedCommand()
34
remainingSize
-= chunkSize;
in SerializeChunkedCommand()
23
SerializeChunkedCommand(const char* allocatedBuffer, size_t
remainingSize
)
SerializeChunkedCommand()
argument
H
A
D
ChunkedCommandSerializer.h
106
void SerializeChunkedCommand(const char* allocatedBuffer, size_t
remainingSize
);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
RingBufferAllocator.cpp
74
const uint64_t
remainingSize
= (mMaxBlockSize - mUsedSize);
in Allocate()
local
75
if (allocationSize >
remainingSize
) {
in Allocate()
H
A
D
RenderEncoderBase.cpp
293
uint64_t
remainingSize
= bufferSize - offset;
in APISetIndexBuffer()
296
size =
remainingSize
;
in APISetIndexBuffer()
298
DAWN_INVALID_IF(size >
remainingSize
,
in APISetIndexBuffer()
350
uint64_t
remainingSize
= bufferSize - offset;
in APISetVertexBuffer()
353
size =
remainingSize
;
in APISetVertexBuffer()
355
DAWN_INVALID_IF(size >
remainingSize
,
in APISetVertexBuffer()
H
A
D
CommandAllocator.h
227
size_t
remainingSize
= static_cast<size_t>(mEndPtr - mCurrentPtr);
in Allocate()
local
231
if ((
remainingSize
>= kWorstCaseAdditionalSize) &&
in Allocate()
232
(
remainingSize
- kWorstCaseAdditionalSize >= commandSize)) {
in Allocate()
H
A
D
DynamicUploader.cpp
53
const uint64_t
remainingSize
=
in AllocateInternal()
local
55
if (allocationSize <=
remainingSize
) {
in AllocateInternal()
H
A
D
CommandEncoder.cpp
894
uint64_t
remainingSize
= bufferSize - offset;
in APIClearBuffer()
896
size =
remainingSize
;
in APIClearBuffer()
898
DAWN_INVALID_IF(size >
remainingSize
,
in APIClearBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
BinaryStream.h
146
size_t
remainingSize
() const
in remainingSize()
function in gl::BinaryInputStream
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
BufferVk.cpp
665
size_t
remainingSize
= totalSize - remainingStart;
in ghostMappedBuffer()
local
666
if (
remainingSize
!= 0)
in ghostMappedBuffer()
669
remainingSize
);
in ghostMappedBuffer()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H
A
D
vk_mem_alloc.h
9581
VkDeviceSize
remainingSize
= totalSize - suballocItem->size;
in CheckAllocation()
local
9582
while(
remainingSize
> 0)
in CheckAllocation()
9607
remainingSize
= (lastSuballocItem->size <
remainingSize
) ?
in CheckAllocation()
9608
remainingSize
- lastSuballocItem->size : 0;
in CheckAllocation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H
A
D
ProgramD3D.cpp
892
size_t dataSize = stream->
remainingSize
();
Completed in 39 milliseconds