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
defs:slot_size
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
gap-resolver.cc
43
int
slot_size
= (1 << ElementSizeLog2Of(smaller_rep)) / kSystemPointerSize;
in Split()
local
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_feedback.c
220
static const uint32_t
slot_size
= 8;
in vn_feedback_pool_alloc()
local
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir_lower_tess.c
201
unsigned
slot_size
= 16, start = 0;
in build_primitive_map()
local
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_query.c
215
uint32_t pool_size,
slot_size
;
in tu_CreateQueryPool()
local
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_io.c
401
const unsigned
slot_size
= state->type_size(glsl_dvec_type(2), false);
in lower_load()
local
513
const unsigned
slot_size
= state->type_size(glsl_dvec_type(2), false);
in lower_store()
local
/third_party/node/deps/v8/src/heap/
H
A
D
object-stats.cc
708
size_t
slot_size
= it.entry_size() * kTaggedSize;
in RecordVirtualFeedbackVectorDetails()
local
711
slot_size
, ObjectStats::kNoOverAllocation);
in RecordVirtualFeedbackVectorDetails()
local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_descriptors.c
130
unsigned
slot_size
= desc->element_dw_size * 4;
in si_upload_descriptors()
local
2347
unsigned
slot_size
= desc->element_dw_size * 4;
in si_get_first_free_bindless_slot()
local
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_cmd_buffer.c
3178
v3dv_cmd_buffer_ensure_array_state(struct v3dv_cmd_buffer *cmd_buffer, uint32_t
slot_size
, uint32_t used_count, uint32_t *alloc_count, void **ptr)
v3dv_cmd_buffer_ensure_array_state()
argument
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H
A
D
liftoff-assembler-loong64.h
2898
unsigned
slot_size
= 8;
in PushRegisters()
local
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H
A
D
liftoff-assembler-mips64.h
3461
unsigned
slot_size
= IsEnabled(MIPS_SIMD) ? 16 : 8;
in PushRegisters()
local
/third_party/node/deps/v8/src/compiler/
H
A
D
wasm-compiler.cc
5454
int
slot_size
= 0;
in StoreArgsInStackSlot()
local
Completed in 46 milliseconds