Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp57 bool is_write, in emit_access()
Dlower_variable_index_to_cond_assign.cpp182 bool is_write; member
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c284 bool is_depth, bool is_write) in vc4_submit_setup_rcl_surface()
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Ddo_signature.cc218 auto is_write = (rw_it != write_indices.end()); in DoAutoCast() local
/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.c307 size_t byte_count, bool is_write) in dcache_update_rw()
/third_party/libxml2/python/
Dtypes.c94 BOOL is_write = FALSE; in libxml_PyFileGet() local
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c1170 bool is_write) in is_vector_bitcast_deref()
/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()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c2377 … bool is_write = zink_resource_access_is_write(get_access_flags_for_binding(ctx, i, stage, j)); in update_resource_refs_for_stage() local