Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c94 bool is_copy = placement >= 2; in si_test_dma_perf() local
148 cache_policy == L2_STREAM, is_copy); in si_test_dma_perf()
182 src = is_copy ? pipe_aligned_buffer_create(screen, flags, src_usage, size, 256) : NULL; in si_test_dma_perf()
197 if (is_copy) { in si_test_dma_perf()
206 if (is_copy) { in si_test_dma_perf()
236 if (is_copy) { in si_test_dma_perf()
244 ctx->set_shader_buffers(ctx, PIPE_SHADER_COMPUTE, 0, is_copy ? 2 : 1, sb, 0x1); in si_test_dma_perf()
Dsi_shaderlib_tgsi.c113 bool dst_stream_cache_policy, bool is_copy) in si_create_dma_compute_shader() argument
142 if (!is_copy) { in si_create_dma_compute_shader()
155 if (is_copy) { in si_create_dma_compute_shader()
170 unsigned load_store_distance = is_copy ? 8 : 0; in si_create_dma_compute_shader()
175 if (is_copy && i < num_mem_ops) { in si_create_dma_compute_shader()
196 struct ureg_src srcs[] = {ureg_src(store_addr), is_copy ? values[d] : value}; in si_create_dma_compute_shader()
Dsi_pipe.h1491 bool dst_stream_cache_policy, bool is_copy);
/external/tensorflow/tensorflow/core/common_runtime/
Dprofile_handler.h44 bool is_copy, StringPiece label, StringPiece op_type,
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc94 jboolean is_copy; in Java_org_tensorflow_Graph_importGraphDef() local
95 const char* cprefix = env->GetStringUTFChars(prefix, &is_copy); in Java_org_tensorflow_Graph_importGraphDef()
100 jbyte* bytes = env->GetByteArrayElements(graph_def, &is_copy); in Java_org_tensorflow_Graph_importGraphDef()
Dtensor_jni.cc117 jboolean is_copy; in write1DArray() local
122 jtype* values = env->Get##get_type##ArrayElements(a, &is_copy); \ in write1DArray()
294 jboolean is_copy; in Java_org_tensorflow_Tensor_allocate() local
295 dims = env->GetLongArrayElements(shape, &is_copy); in Java_org_tensorflow_Tensor_allocate()
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs180 if !self.elem.is_copy() in rust_type()
255 fn is_copy(&self) -> bool { in is_copy() method
671 | FieldKind::Oneof(OneofField { ref elem, .. }) => match elem.is_copy() { in get_xxx_return_type()
1058 RustType::Option(ref e) if e.is_copy() => RustType::Option(e.clone()), in as_option_type()
1072 RustType::Option(ref e) if e.is_copy() => "", in self_field_as_option()
1091 let ref_prefix = match elem.rust_storage_type().is_copy() { in write_if_let_self_field_is_some()
1966 if !elem.is_copy() { in write_message_field_take()
/external/rust/crates/pin-project-lite/tests/
Dtest.rs213 fn is_copy<T: Copy>() {} in derive_copy() function
215 is_copy::<Struct<u8>>(); in derive_copy()
/external/rust/crates/pin-project/tests/
Dpin_project.rs235 fn is_copy<T: Copy>() {} in derive_copy() function
237 is_copy::<Struct<u8>>(); in derive_copy()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h813 bool is_copy() { return subtype == NST_COPY; } in is_copy() function
815 bool is_any_alu() { return is_alu_inst() || is_alu_packed() || is_copy(); } in is_any_alu()
/external/rust/crates/protobuf-codegen/src/
Drust_types_values.rs117 pub fn is_copy(&self) -> bool { in is_copy() method
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp824 ASSERTED bool is_copy = instr->opcode == aco_opcode::s_mov_b32 || in label_instruction() local
827 …perfwarn(ctx.program, is_copy && !instr->usesModifiers(), "Use p_parallelcopy instead", instr.get(… in label_instruction()
/external/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()