Home
last modified time | relevance | path

Searched refs:saved_cb (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp489 auto saved_cb = info.cmd; in CommandPoolDestroyBenchmark() local
502 info.cmd = saved_cb; in CommandPoolDestroyBenchmark()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp489 auto saved_cb = info.cmd; in CommandPoolDestroyBenchmark() local
502 info.cmd = saved_cb; in CommandPoolDestroyBenchmark()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c804 struct pipe_constant_buffer saved_cb = {}; in si_compute_clear_render_target() local
805 si_get_pipe_constant_buffer(sctx, PIPE_SHADER_COMPUTE, 0, &saved_cb); in si_compute_clear_render_target()
860 ctx->set_constant_buffer(ctx, PIPE_SHADER_COMPUTE, 0, true, &saved_cb); in si_compute_clear_render_target()