/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma_perf.c | 94 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()
|
D | si_shaderlib_tgsi.c | 113 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()
|
D | si_pipe.h | 1491 bool dst_stream_cache_policy, bool is_copy);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | profile_handler.h | 44 bool is_copy, StringPiece label, StringPiece op_type,
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | graph_jni.cc | 94 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()
|
D | tensor_jni.cc | 117 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/ |
D | mod.rs | 180 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/ |
D | test.rs | 213 fn is_copy<T: Copy>() {} in derive_copy() function 215 is_copy::<Struct<u8>>(); in derive_copy()
|
/external/rust/crates/pin-project/tests/ |
D | pin_project.rs | 235 fn is_copy<T: Copy>() {} in derive_copy() function 237 is_copy::<Struct<u8>>(); in derive_copy()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.h | 813 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/ |
D | rust_types_values.rs | 117 pub fn is_copy(&self) -> bool { in is_copy() method
|
/external/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 824 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/ |
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()
|