Home
last modified time | relevance | path

Searched refs:for_write (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4.h329 bool for_write,
Dbrw_vec4_nir.cpp2258 vec4_visitor::shuffle_64bit_data(dst_reg dst, src_reg src, bool for_write, in shuffle_64bit_data() argument
2281 inst = bld.group(4, for_write ? 1 : 0) in shuffle_64bit_data()
2286 inst = bld.group(4, for_write ? 0 : 1) in shuffle_64bit_data()
/external/pdfium/third_party/libpng16/
Dpngpriv.h1910 unsigned int for_write :1; /* Otherwise it is a read structure */ member
Dpngwrite.c1477 control->for_write = 1; in png_image_write_init()
Dpng.c4486 if (c.for_write != 0)
Dpngread.c1318 control->for_write = 0; in png_image_read_init()
/external/libpng/
Dpngpriv.h2035 unsigned int for_write :1; /* Otherwise it is a read structure */ member
Dpngwrite.c1488 control->for_write = 1; in png_image_write_init()
Dpngread.c1328 control->for_write = 0; in png_image_read_init()
Dpng.c4566 if (c.for_write != 0)