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:batches
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_batch_cache.h
53
struct fd_batch *
batches
[32];
member
H
A
D
freedreno_batch_cache.c
154
struct fd_batch *
batches
[ARRAY_SIZE(cache->
batches
)] = {0};
variable
188
fd_batch_flush(
batches
[i]);
global()
variable
221
struct fd_batch *batch, *
batches
[32] = {};
global()
variable
235
fd_batch_flush(
batches
[i]);
global()
variable
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/
H
A
D
v3d_sched.c
339
u32
batches
= V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4);
in v3d_csd_job_timedout()
local
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
H
A
D
v3d_sched.c
344
u32
batches
= V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4);
in v3d_csd_job_timedout()
local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
IndirectDrawValidationEncoder.cpp
213
std::vector<Batch>
batches
;
in EncodeIndirectDrawValidationCommands()
member
/third_party/mesa3d/src/mesa/main/
H
A
D
glthread.h
167
struct glthread_batch
batches
[MARSHAL_MAX_BATCHES];
member
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_queue.c
53
const void *
batches
;
member
66
void *
batches
;
member
326
vn_queue_submit(struct vn_instance *instance, VkQueue queue_handle, uint32_t batch_count, const VkSubmitInfo *
batches
, VkFence fence_handle, bool sync_submit)
vn_queue_submit()
argument
H
A
D
vn_renderer.h
121
const struct vn_renderer_submit_batch *
batches
;
member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_context.h
151
}
batches
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gem_execbuffer.c
260
struct eb_vma *
batches
[MAX_ENGINE_INSTANCE + 1];
member
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_context.h
180
struct d3d12_batch
batches
[4];
member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
render_system.cpp
1108
inline void DestroyBatchData(BASE_NS::unordered_map<CORE_NS::Entity, RenderSystem::BatchDataVector>&
batches
)
in DestroyBatchData()
argument
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_context.h
622
struct iris_batch
batches
[IRIS_BATCH_COUNT];
member
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_context.h
459
struct crocus_batch
batches
[CROCUS_BATCH_COUNT];
member
Completed in 23 milliseconds