/third_party/mesa3d/src/compiler/glsl/ |
D | lower_buffer_access.cpp | 57 bool is_write, in emit_access() argument 83 emit_access(mem_ctx, is_write, field_deref, base_offset, in emit_access() 106 emit_access(mem_ctx, is_write, element_deref, base_offset, in emit_access() 127 emit_access(mem_ctx, is_write, col_deref, base_offset, in emit_access() 141 is_write ? write_mask : (1 << deref->type->vector_elements) - 1; in emit_access() 159 if (!is_write || ((1U << i) & write_mask)) in emit_access()
|
D | lower_variable_index_to_cond_assign.cpp | 182 bool is_write; member 190 is_write(false), in assignment_generator() 210 ir_assignment *const assignment = (is_write) in generate() 254 if (!this->generator.is_write) { in linear_sequence() 473 ag.is_write = true; in convert_dereference_array() 476 ag.is_write = false; in convert_dereference_array()
|
D | lower_buffer_access.h | 49 void emit_access(void *mem_ctx, bool is_write, ir_dereference *deref,
|
/third_party/libxml2/python/ |
D | types.c | 94 BOOL is_write = FALSE; in libxml_PyFileGet() local 129 is_write = TRUE; in libxml_PyFileGet() 133 if (is_write && is_read) in libxml_PyFileGet() 139 if (!is_write && is_read) in libxml_PyFileGet() 145 if (is_write && !is_read) in libxml_PyFileGet() 154 …if (!is_write && !is_read) /* also happens if we did not load or run NtQueryInformationFile() succ… in libxml_PyFileGet()
|
/third_party/f2fs-tools/lib/ |
D | libf2fs_io.c | 307 size_t byte_count, bool is_write) in dcache_update_rw() argument 328 if (!is_write) in dcache_update_rw() 333 if (is_write) /* write: update cache */ in dcache_update_rw() 340 if (!is_write) { in dcache_update_rw() 354 if (!is_write) in dcache_update_rw()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_job.c | 284 bool is_depth, bool is_write) in vc4_submit_setup_rcl_surface() argument 314 assert(!is_write); in vc4_submit_setup_rcl_surface() 318 if (is_write) in vc4_submit_setup_rcl_surface()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.h | 81 uint8_t is_write; /* location has write access */ member
|
D | usb_dev.c | 184 crd->is_write = 1; /* ref */ in usb_ref_device() 215 if (crd->is_write) { in usb_ref_device() 296 if (crd->is_write) { in usb_unref_device() 300 crd->is_write = 0; in usb_unref_device()
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | do_signature.cc | 218 auto is_write = (rw_it != write_indices.end()); in DoAutoCast() local 227 if (is_write) { in DoAutoCast()
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | disassemble.c | 173 print_alu_reg(disassemble_context *ctx, FILE *fp, unsigned reg, bool is_write) in print_alu_reg() argument 199 fprintf(fp, "%s%u", is_write ? "AT" : "TA", reg - REGISTER_TEXTURE_BASE); in print_alu_reg() 204 else if (reg == 31 && !is_write) in print_alu_reg() 263 print_tex_reg(FILE *fp, unsigned reg, bool is_write) in print_tex_reg() argument 265 char *str = is_write ? "TA" : "AT"; in print_tex_reg()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl_handle_test.cc | 1094 const bool is_write = GetParam().inst.find("ImageWrite") != std::string::npos; in TEST_P() local 1097 std::string(is_write ? "NonReadable" in TEST_P() 1127 const bool is_write = GetParam().inst.find("ImageWrite") != std::string::npos; in TEST_P() local 1130 std::string(is_write ? "NonReadable" in TEST_P()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 1170 bool is_write) in is_vector_bitcast_deref() argument 1207 if (is_write && !nir_component_mask_can_reinterpret(mask, cast_bit_size, in is_vector_bitcast_deref()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 79 v3d_tmu_get_type_from_op(uint32_t tmu_op, bool is_write) in v3d_tmu_get_type_from_op() argument 87 return is_write ? V3D_TMU_OP_TYPE_ATOMIC : V3D_TMU_OP_TYPE_CACHE; in v3d_tmu_get_type_from_op() 91 assert(is_write); in v3d_tmu_get_type_from_op()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 2377 … bool is_write = zink_resource_access_is_write(get_access_flags_for_binding(ctx, i, stage, j)); in update_resource_refs_for_stage() local 2378 zink_batch_resource_usage_set(batch, res, is_write); in update_resource_refs_for_stage()
|