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:totalBufferSize
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrStagingBufferManager.cpp
20
size_t
totalBufferSize
= fBuffers[i].fBuffer->size();
in allocateStagingBufferSlice()
local
23
if (
totalBufferSize
- offset >= size) {
in allocateStagingBufferSlice()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H
A
D
BufferZeroInitTests.cpp
890
const uint32_t
totalBufferSize
= requiredBufferSizeForCopy + kOffset;
in TEST_P()
local
891
wgpu::Buffer buffer = CreateBuffer(
totalBufferSize
, kBufferUsage);
in TEST_P()
900
const std::vector<uint32_t> expectedValues(
totalBufferSize
/ sizeof(uint32_t), 0);
in TEST_P()
902
totalBufferSize
/ sizeof(uint32_t)));
in TEST_P()
908
const uint32_t
totalBufferSize
= requiredBufferSizeForCopy + kOffset;
in TEST_P()
local
909
wgpu::Buffer buffer = CreateBuffer(
totalBufferSize
, kBufferUsage);
in TEST_P()
918
const std::vector<uint32_t> expectedValues(
totalBufferSize
/ sizeof(uint32_t), 0);
in TEST_P()
920
totalBufferSize
/ sizeof(uint32_t)));
in TEST_P()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
CodedInputStream.java
3111
private int
totalBufferSize
;
field in CodedInputStream.IterableDirectByteBufferDecoder
3143
totalBufferSize
= size;
in IterableDirectByteBufferDecoder()
3748
totalBufferSize
+= bufferSizeAfterCurrentLimit;
in recomputeBufferSizeAfterLimit()
3749
final int bufferEnd =
totalBufferSize
- startOffset;
in recomputeBufferSizeAfterLimit()
3753
totalBufferSize
-= bufferSizeAfterCurrentLimit;
in recomputeBufferSizeAfterLimit()
3776
return totalBytesRead + currentByteBufferPos - currentByteBufferStartPos ==
totalBufferSize
;
in isAtEnd()
3857
<= (
totalBufferSize
in skipRawBytes()
3897
(
totalBufferSize
- totalBytesRead - currentByteBufferPos + currentByteBufferStartPos);
in remaining()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H
A
D
vktSSBOLayoutCase.cpp
2219
const int
totalBufferSize
= curOffset;
in iterate()
local
2220
vk::Move<vk::VkBuffer> buffer = createBuffer(m_context,
totalBufferSize
, usageFlags);
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H
A
D
vktSSBOLayoutCase.cpp
2219
const int
totalBufferSize
= curOffset;
in iterate()
local
2220
vk::Move<vk::VkBuffer> buffer = createBuffer(m_context,
totalBufferSize
, usageFlags);
in iterate()
Completed in 16 milliseconds