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:free_offset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_buffer_upload.c
50
unsigned
free_offset
; /* Aligned offset to the upload buffer, pointing
member
112
group->
free_offset
= 0;
in nine_upload_create_buffer_group()
201
group->
free_offset
+ size <= upload->buffers_size)
in nine_upload_create_buffer()
254
buf->offset = group->
free_offset
;
in nine_upload_create_buffer()
256
group->
free_offset
+= size;
in nine_upload_create_buffer()
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_descriptor_set.c
1292
set->heap_offsets[type] = pool->
free_offset
[type];
in dzn_descriptor_set_init()
1294
set->pool->
free_offset
[type] += layout->range_desc_count[type];
in dzn_descriptor_set_init()
1480
pool->
free_offset
[type] = 0;
in dzn_ResetDescriptorPool()
1612
if (pool->
free_offset
[type] + layout->range_desc_count[type] > pool->desc_count[type]) {
in dzn_AllocateDescriptorSets()
1657
pool->
free_offset
[type] = 0;
in dzn_FreeDescriptorSets()
1664
pool->
free_offset
[type] =
in dzn_FreeDescriptorSets()
1665
MAX2(pool->
free_offset
[type],
in dzn_FreeDescriptorSets()
H
A
D
dzn_private.h
598
uint32_t
free_offset
[NUM_POOL_TYPES];
member
Completed in 6 milliseconds