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:max_entry_count
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_kgsl.c
359
uint32_t
max_entry_count
= 0;
in tu_QueueSubmit2()
local
397
max_entry_count
= MAX2(
max_entry_count
, entry_count);
in tu_QueueSubmit2()
402
sizeof(cmds[0]) *
max_entry_count
, 8,
in tu_QueueSubmit2()
H
A
D
tu_descriptor_set.h
139
uint32_t
max_entry_count
;
member
H
A
D
tu_descriptor_set.c
543
if (!pool->host_memory_base && pool->entry_count == pool->
max_entry_count
) {
in tu_descriptor_set_create()
726
pool->
max_entry_count
= pCreateInfo->maxSets;
in tu_CreateDescriptorPool()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_descriptor_set.c
491
pool->
max_entry_count
= pCreateInfo->maxSets;
in v3dv_CreateDescriptorPool()
843
if (!pool->host_memory_base && pool->entry_count == pool->
max_entry_count
) {
in descriptor_set_create()
H
A
D
v3dv_private.h
1695
uint32_t
max_entry_count
;
member
H
A
D
v3dv_meta_copy.c
1490
descriptor_count = MIN2(exhausted_pool->
max_entry_count
* 2, 1024);
in create_texel_buffer_copy_descriptor_pool()
3708
descriptor_count = MIN2(exhausted_pool->
max_entry_count
* 2, 1024);
in create_blit_descriptor_pool()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_descriptor_set.c
616
if (pool->entry_count == pool->
max_entry_count
)
in radv_descriptor_set_create()
909
pool->
max_entry_count
= pCreateInfo->maxSets;
in radv_CreateDescriptorPool()
H
A
D
radv_private.h
1014
uint32_t
max_entry_count
;
Completed in 24 milliseconds