Searched refs:is_copy (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma_perf.c | 92 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()
|
D | si_shaderlib_tgsi.c | 86 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()
|
D | si_pipe.h | 1554 bool dst_stream_cache_policy, bool is_copy);
|
/third_party/ffmpeg/libavcodec/ |
D | internal.h | 136 int is_copy; member
|
D | pthread_frame.c | 773 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()
|
D | h264dec.c | 387 if (!avctx->internal->is_copy) { in h264_decode_init()
|
D | cfhd.c | 1116 …} else if (s->transform_type == 2 && (avctx->internal->is_copy || s->frame_index == 1 || s->sample… in cfhd_decode()
|
D | hevcdec.c | 3631 if (!avctx->internal->is_copy) { in hevc_decode_init()
|
/third_party/rust/crates/pin-project-lite/tests/ |
D | test.rs | 214 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/ |
D | sb_ir.h | 814 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/ |
D | APIchanges | 2304 AVCodecContext.is_copy --> AVCodecInternal.is_copy
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 1277 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/ |
D | imgui_widgets.cpp | 3357 …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/ |
D | imgui_widgets.cpp | 3363 …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/ |
D | imgui_widgets.cpp | 4258 …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()
|