Home
last modified time | relevance | path

Searched defs:batches (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.h53 struct fd_batch *batches[32]; member
H A Dfreedreno_batch_cache.c154 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 Dv3d_sched.c339 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 Dv3d_sched.c344 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 DIndirectDrawValidationEncoder.cpp213 std::vector<Batch> batches; in EncodeIndirectDrawValidationCommands() member
/third_party/mesa3d/src/mesa/main/
H A Dglthread.h167 struct glthread_batch batches[MARSHAL_MAX_BATCHES]; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.c53 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 Dvn_renderer.h121 const struct vn_renderer_submit_batch *batches; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.h151 } batches; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c260 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1]; member
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h180 struct d3d12_batch batches[4]; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1108 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 Diris_context.h622 struct iris_batch batches[IRIS_BATCH_COUNT]; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h459 struct crocus_batch batches[CROCUS_BATCH_COUNT]; member

Completed in 21 milliseconds