Home
last modified time | relevance | path

Searched refs:is_copy (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c92 bool is_copy = placement >= 2; in si_test_dma_perf() local
142 cache_policy == L2_STREAM, is_copy); in si_test_dma_perf()
169 src = is_copy ? pipe_aligned_buffer_create(screen, flags, src_usage, size, 256) : NULL; in si_test_dma_perf()
184 if (is_copy) { in si_test_dma_perf()
217 if (is_copy) { in si_test_dma_perf()
225 ctx->set_shader_buffers(ctx, PIPE_SHADER_COMPUTE, 0, is_copy ? 2 : 1, sb, 0x1); in si_test_dma_perf()
Dsi_shaderlib_tgsi.c86 bool dst_stream_cache_policy, bool is_copy) in si_create_dma_compute_shader() argument
117 if (!is_copy) { in si_create_dma_compute_shader()
130 if (is_copy) { in si_create_dma_compute_shader()
145 unsigned load_store_distance = is_copy ? 8 : 0; in si_create_dma_compute_shader()
150 if (is_copy && i < num_mem_ops) { in si_create_dma_compute_shader()
171 struct ureg_src srcs[] = {ureg_src(store_addr), is_copy ? values[d] : value}; in si_create_dma_compute_shader()
Dsi_pipe.h1554 bool dst_stream_cache_policy, bool is_copy);
/third_party/ffmpeg/libavcodec/
Dinternal.h136 int is_copy; member
Dpthread_frame.c773 fctx->prev_thread->avctx->internal->is_copy = fctx->threads->avctx->internal->is_copy; in ff_frame_thread_free()
774 fctx->threads->avctx->internal->is_copy = 1; in ff_frame_thread_free()
888 copy->internal->is_copy = 1; in init_thread()
Dh264dec.c387 if (!avctx->internal->is_copy) { in h264_decode_init()
Dcfhd.c1116 …} else if (s->transform_type == 2 && (avctx->internal->is_copy || s->frame_index == 1 || s->sample… in cfhd_decode()
Dhevcdec.c3631 if (!avctx->internal->is_copy) { in hevc_decode_init()
/third_party/rust/crates/pin-project-lite/tests/
Dtest.rs214 fn is_copy<T: Copy>() {} in derive_copy() function
216 is_copy::<Struct<u8>>(); in derive_copy()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h814 bool is_copy() { return subtype == NST_COPY; } in is_copy() function
816 bool is_any_alu() { return is_alu_inst() || is_alu_packed() || is_copy(); } in is_any_alu()
/third_party/ffmpeg/doc/
DAPIchanges2304 AVCodecContext.is_copy --> AVCodecInternal.is_copy
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp1277 ASSERTED bool is_copy = instr->opcode == aco_opcode::s_mov_b32 || in label_instruction() local
1280 perfwarn(ctx.program, is_copy && !instr->usesModifiers(), "Use p_parallelcopy instead", in label_instruction()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp3357 …const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && I… in InputTextEx() local
3412 else if (is_cut || is_copy) in InputTextEx()
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp3363 …const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && I… in InputTextEx() local
3418 else if (is_cut || is_copy) in InputTextEx()
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp4258 …const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && I… in InputTextEx() local
4321 else if (is_cut || is_copy) in InputTextEx()