Home
last modified time | relevance | path

Searched defs:is_write (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c284 bool is_depth, bool is_write) in vc4_submit_setup_rcl_surface()
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h81 uint8_t is_write; /* location has write access */ member
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_handle_test.cc1094 const bool is_write = GetParam().inst.find("ImageWrite") != std::string::npos; in TEST_P() local
1127 const bool is_write = GetParam().inst.find("ImageWrite") != std::string::npos; in TEST_P() local
/third_party/mesa3d/src/panfrost/midgard/
Ddisassemble.c173 print_alu_reg(disassemble_context *ctx, FILE *fp, unsigned reg, bool is_write) in print_alu_reg()
263 print_tex_reg(FILE *fp, unsigned reg, bool is_write) in print_tex_reg()
/third_party/f2fs-tools/lib/
Dlibf2fs_io.c314 size_t byte_count, bool is_write) in dcache_update_rw()
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c1247 bool is_write) in is_vector_bitcast_deref()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c2593 … bool is_write = zink_resource_access_is_write(get_access_flags_for_binding(ctx, i, stage, j)); in update_resource_refs_for_stage() local
3181 unordered_res_exec(const struct zink_context *ctx, const struct zink_resource *res, bool is_write) in unordered_res_exec()
3250 bool is_write = zink_resource_access_is_write(imb.dstAccessMask); in zink_resource_image_barrier() local
3348 bool is_write = zink_resource_access_is_write(flags); in zink_resource_buffer_barrier() local
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c79 v3d_tmu_get_type_from_op(uint32_t tmu_op, bool is_write) in v3d_tmu_get_type_from_op()