Home
last modified time | relevance | path

Searched refs:old_batch (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h310 struct fd_batch *old_batch = *ptr; in fd_batch_reference_locked() local
313 if (old_batch) in fd_batch_reference_locked()
314 fd_screen_assert_locked(old_batch->ctx->screen); in fd_batch_reference_locked()
319 __fd_batch_destroy(old_batch); in fd_batch_reference_locked()
327 struct fd_batch *old_batch = *ptr; in fd_batch_reference() local
328 struct fd_context *ctx = old_batch ? old_batch->ctx : NULL; in fd_batch_reference()
Dfreedreno_state.c279 struct fd_batch *old_batch = NULL; in fd_set_framebuffer_state() local
281 fd_batch_reference(&old_batch, ctx->batch); in fd_set_framebuffer_state()
283 if (likely(old_batch)) in fd_set_framebuffer_state()
284 fd_batch_finish_queries(old_batch); in fd_set_framebuffer_state()
290 fd_batch_reference(&old_batch, NULL); in fd_set_framebuffer_state()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmirror_pad_impl.cu41 __global__ void MirrorPad(const size_t size, const T *input, const int old_batch, const int old_cha… in MirrorPad() argument
57 int ap2_batch = paddings[BATCH + LEFT] + old_batch - 1; in MirrorPad()
235 void CalMirrorPad(const size_t size, const T *input, const int old_batch, const int old_channel, co… in CalMirrorPad() argument
238 …MirrorPad<<<GET_BLOCKS(size), GET_THREADS, 0, cuda_stream>>>(size, input, old_batch, old_channel, … in CalMirrorPad()
255 template void CalMirrorPad<float>(const size_t size, const float *input, const int old_batch, const…
259 template void CalMirrorPad<half>(const size_t size, const half *input, const int old_batch, const i…
263 template void CalMirrorPad<int>(const size_t size, const int *input, const int old_batch, const int…
Dmirror_pad_impl.cuh37 void CalMirrorPad(const size_t size, const T *input, const int old_batch, const int old_channel, co…
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dmirror_pad_cpu_kernel.cc127 const int64_t old_batch = input_shape_[0]; in LaunchKernel() local
152 int64_t ap2_batch = paddings[BATCH] + old_batch - 1; in LaunchKernel()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp1597 d3d12_foreach_submitted_batch(ctx, old_batch) in d3d12_flush_cmdlist_and_wait()
1598 d3d12_reset_batch(ctx, old_batch, PIPE_TIMEOUT_INFINITE); in d3d12_flush_cmdlist_and_wait()