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:resource_size
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_batch.c
92
bs->
resource_size
= 0;
in zink_reset_batch_state()
564
const VkDeviceSize
resource_size
= batch->state->
resource_size
;
in check_oom_flush()
local
565
if (
resource_size
>= zink_screen(ctx->base.screen)->clamp_video_mem) {
in check_oom_flush()
577
batch->state->
resource_size
+= res->obj->size;
in zink_batch_reference_resource()
587
batch->state->
resource_size
+= res->obj->size;
in zink_batch_reference_resource_move()
H
A
D
zink_batch.h
130
VkDeviceSize
resource_size
;
member
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_cross_c.h
827
size_t *
resource_size
);
832
size_t *
resource_size
);
H
A
D
spirv_cross_c.cpp
1742
size_t *
resource_size
)
in spvc_resources_get_resource_list_for_type()
1805
*
resource_size
= list->size();
in spvc_resources_get_resource_list_for_type()
1813
size_t *
resource_size
)
in spvc_resources_get_builtin_resource_list_for_type()
1836
*
resource_size
= list->size();
in spvc_resources_get_builtin_resource_list_for_type()
1740
spvc_resources_get_resource_list_for_type(spvc_resources resources, spvc_resource_type type, const spvc_reflected_resource **resource_list, size_t *
resource_size
)
spvc_resources_get_resource_list_for_type()
argument
1810
spvc_resources_get_builtin_resource_list_for_type( spvc_resources resources, spvc_builtin_resource_type type, const spvc_reflected_builtin_resource **resource_list, size_t *
resource_size
)
spvc_resources_get_builtin_resource_list_for_type()
argument
Completed in 8 milliseconds