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/
H A Dvc4_job.c281 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/skia/third_party/externals/tint/src/reader/spirv/
H A 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/FreeBSD/sys/dev/usb/
H A Dusb_dev.h80 uint8_t is_write; /* location has write access */ member
/third_party/f2fs-tools/lib/
H A Dlibf2fs_io.c310 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/compiler/nir/
H A Dnir_deref.c1245 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/panfrost/midgard/
H A Ddisassemble.c173 print_alu_reg(disassemble_context *ctx, FILE *fp, unsigned reg, bool is_write) in print_alu_reg() argument
263 print_tex_reg(FILE *fp, unsigned reg, bool is_write) in print_tex_reg() argument
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c79 v3d_tmu_get_type_from_op(uint32_t tmu_op, bool is_write) in v3d_tmu_get_type_from_op() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A 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() argument
3348 bool is_write = zink_resource_access_is_write(flags); in zink_resource_buffer_barrier() local

Completed in 25 milliseconds