| /third_party/f2fs-tools/lib/ |
| H A D | libf2fs_io.c | 311 size_t byte_count, bool is_write) in dcache_update_rw() 332 if (!is_write) in dcache_update_rw() 337 if (is_write) /* write: update cache */ in dcache_update_rw() 344 if (!is_write) { in dcache_update_rw() 358 if (!is_write) in dcache_update_rw() 310 dcache_update_rw(int fd, void *buf, off64_t offset, size_t byte_count, bool is_write) dcache_update_rw() argument
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_job.c | 284 bool is_depth, bool is_write) in vc4_submit_setup_rcl_surface() 314 assert(!is_write); in vc4_submit_setup_rcl_surface() 318 if (is_write) in vc4_submit_setup_rcl_surface() 281 vc4_submit_setup_rcl_surface(struct vc4_job *job, struct drm_vc4_submit_rcl_surface *submit_surf, struct pipe_surface *psurf, bool is_depth, bool is_write) vc4_submit_setup_rcl_surface() argument
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_dev.h | 80 uint8_t is_write; /* location has write access */ member
|
| H A D | usb_dev.c | 183 crd->is_write = 1; /* ref */ in usb_ref_device() 214 if (crd->is_write) { in usb_ref_device() 295 if (crd->is_write) { in usb_unref_device() 299 crd->is_write = 0; in usb_unref_device()
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A 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/ |
| H A 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/ |
| H A D | nir_deref.c | 1247 bool is_write) in is_vector_bitcast_deref() 1284 if (is_write && !nir_component_mask_can_reinterpret(mask, cast_bit_size, in is_vector_bitcast_deref() 1245 is_vector_bitcast_deref(nir_deref_instr *cast, nir_component_mask_t mask, bool is_write) is_vector_bitcast_deref() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 2593 bool is_write = zink_resource_access_is_write(get_access_flags_for_binding(ctx, i, stage, j)); in update_resource_refs_for_stage() local 2594 zink_batch_resource_usage_set(batch, res, is_write); in update_resource_refs_for_stage() 2595 if (is_write) in update_resource_refs_for_stage() 3181 unordered_res_exec(const struct zink_context *ctx, const struct zink_resource *res, bool is_write) in unordered_res_exec() argument 3187 if (is_write && zink_batch_usage_matches(res->obj->bo->reads, ctx->batch.state) && !res->obj->unordered_read) in unordered_res_exec() 3250 bool is_write = zink_resource_access_is_write(imb.dstAccessMask); in zink_resource_image_barrier() 3251 VkCommandBuffer cmdbuf = is_write ? zink_get_cmdbuf(ctx, NULL, res) : zink_get_cmdbuf(ctx, res, NULL); in zink_resource_image_barrier() 3348 bool is_write = zink_resource_access_is_write(flags); in zink_resource_buffer_barrier() local 3349 VkCommandBuffer cmdbuf = is_write ? zink_get_cmdbuf(ctx, NULL, res) : zink_get_cmdbuf(ctx, res, NULL); in zink_resource_buffer_barrier()
|
| /third_party/node/deps/v8/src/execution/riscv64/ |
| H A D | simulator-riscv64.h | 713 T& Rvvelt(reg_t vReg, uint64_t n, bool is_write = false) { in Rvvelt()
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A 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/backends/sanei/ |
| H A D | sanei_scsi.c | 3796 sc->is_write = 0; in sanei_scsi_cmd2() 3804 sc->is_write = 1; in sanei_scsi_cmd2()
|