Searched refs:written (Results 1 - 25 of 603) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Demu-ui.c151 if (BITSET_TEST(emu->gpr_regs.written, n)) {
178 if (BITSET_TEST(emu->gpu_regs.written, n)) {
191 if (BITSET_TEST(emu->pipe_regs.written, n)) {
204 if (BITSET_TEST(emu->control_regs.written, n)) {
499 memset(emu->control_regs.written, 0, sizeof(emu->control_regs.written));
500 memset(emu->pipe_regs.written, 0, sizeof(emu->pipe_regs.written));
501 memset(emu->gpu_regs.written, 0, sizeof(emu->gpu_regs.written));
[all...]
H A Demu.h37 BITSET_DECLARE(written, EMU_NUM_GPR_REGS);
47 BITSET_DECLARE(written, EMU_NUM_CONTROL_REGS);
54 BITSET_DECLARE(written, EMU_NUM_GPU_REGS);
61 BITSET_DECLARE(written, EMU_NUM_PIPE_REGS);
H A Demu-regs.c67 BITSET_SET(emu->control_regs.written, n);
108 BITSET_SET(emu->pipe_regs.written, n);
136 BITSET_SET(emu->gpu_regs.written, n);
191 * REG_READ_ADDR, it just ends up with a single value written
234 BITSET_SET(emu->gpr_regs.written, n);
261 BITSET_SET(emu->gpr_regs.written, reg);
304 BITSET_SET(emu->gpr_regs.written, n);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_bell.c53 int written; local in function:xf86OSRingBell
140 written = writev(audioFD, iov, iovcnt);
142 if ((written < ((int)(sizeof(samples) * iovcnt)))) {
147 if (written == -1) {
157 i = ((sizeof(samples) * iovcnt) - written)
166 i = ((sizeof(samples) * iovcnt) - written) % sizeof(samples);
168 if ((written != -1) && (i > 0)) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_bell.c53 int written; local in function:xf86OSRingBell
141 written = writev(audioFD, iov, iovcnt);
143 if ((written < ((int) (sizeof(samples) * iovcnt)))) {
148 if (written == -1) {
159 i = ((sizeof(samples) * iovcnt) - written)
168 i = ((sizeof(samples) * iovcnt) - written) % sizeof(samples);
170 if ((written != -1) && (i > 0)) {
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_helper.cpp155 size_t written; member in struct:raw_memory_ostream
161 written = 0;
173 written = 0;
179 out_size = written;
181 written = 0;
189 if (unlikely(written + size < written))
191 if (written + size > bufsize) {
192 bufsize = MAX3(1024, written + size, bufsize / 3 * 4);
199 memcpy(buffer + written, pt
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dtest.lua15 io.write("0x2280: written=" .. regs.written(0x2280) .. ", lastval=" .. regs.lastval(0x2280) .. ", val=" .. regs.val(0x2280) .. "\n")
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dindex.rst6 written by Chad Versace and is now maintained by Jason Ekstrand and Nanley
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_smartcard.c55 int written; local in function:smartcard_write
60 written = write(smartcard_sin.fd, buf, len);
61 if (written != len)
64 return written;
H A Dspiceqxl_vdagent.c35 int written; local in function:vmc_write
40 written = send(virtio_client_fd, buf, len, 0);
41 if (written != len) {
44 return written;
/xsrc/external/mit/xfs/dist/os/
H A Dio.c26 in this Software without prior written authorization from The Open Group.
37 * of the software without specific, written prior permission.
363 long written; local in function:FlushClient
369 written = 0;
373 long before = written;
386 * then bump down amount already written, for next piece
413 written += len;
425 if (written < oco->count) {
426 if (written > 0) {
427 oco->count -= written;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c126 struct vars_written *written = local in function:create_vars_written
128 written->derefs = _mesa_pointer_hash_table_create(state->mem_ctx);
129 return written;
134 struct vars_written *written,
148 if (!written)
154 written->modes |= nir_var_shader_out |
169 written->modes |= nir_var_shader_out |
176 written->modes = nir_var_shader_out;
197 struct hash_entry *ht_entry = _mesa_hash_table_search(written->derefs, dst);
201 _mesa_hash_table_insert(written
133 gather_vars_written(struct copy_prop_var_state * state,struct vars_written * written,nir_cf_node * cf_node) argument
697 struct vars_written *written = ht_entry->data; local in function:invalidate_copies_for_cf_node
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_pack_invert.spec29 This extensions is written against the OpenGL 1.4 Specification.
H A DMESA_shader_debug.spec35 The extension is written against the OpenGL 1.5 specification.
37 The extension is written against the OpenGL Shading Language 1.10
189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written in
204 a diagnostic message is written to the "debug assert log".
H A DMESA_drm_image.spec27 Requires EGL 1.4 or later. This extension is written against the
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
116 non-NULL and the stride (in bytes) is written to <stride>, if
H A DMESA_window_pos.spec27 The extension is written against the OpenGL 1.2 Specification
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_pack_invert.spec29 This extensions is written against the OpenGL 1.4 Specification.
H A DMESA_shader_debug.spec35 The extension is written against the OpenGL 1.5 specification.
37 The extension is written against the OpenGL Shading Language 1.10
189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written in
204 a diagnostic message is written to the "debug assert log".
H A DMESA_drm_image.spec27 Requires EGL 1.4 or later. This extension is written against the
114 written to <name>, the handle (local to the DRM file descriptor,
115 for use with DRM kernel modesetting API) is written to <handle> if
116 non-NULL and the stride (in bytes) is written to <stride>, if
H A DMESA_window_pos.spec27 The extension is written against the OpenGL 1.2 Specification
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c126 struct vars_written *written = local in function:create_vars_written
128 written->derefs = _mesa_pointer_hash_table_create(state->mem_ctx);
129 return written;
134 struct vars_written *written,
148 if (!written)
154 written->modes |= nir_var_shader_out |
171 written->modes |= nir_var_shader_out |
179 written->modes |= nir_intrinsic_memory_modes(intrin);
184 written->modes = nir_var_shader_out;
198 _mesa_hash_table_search(written
133 gather_vars_written(struct copy_prop_var_state * state,struct vars_written * written,nir_cf_node * cf_node) argument
754 struct vars_written *written = ht_entry->data; local in function:invalidate_copies_for_cf_node
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A DREADME.rst4 Computerator is a tool to launch compute shaders, written in assembly.
20 The iova of the buffer is written as a vec2 to ``cN.c``
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_cse.cpp205 unsigned written = regs_written(inst); local in function:create_copy_instr
225 } else if (written != dst_width) {
227 assert(written % dst_width == 0);
228 const int sources = written / dst_width;
241 assert(regs_written(copy) == written);
291 int written = regs_written(entry->generator); local in function:fs_visitor::opt_cse_local
293 entry->tmp = fs_reg(VGRF, alloc.allocate(written),
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_cse.cpp206 unsigned written = regs_written(inst); local in function:create_copy_instr
226 } else if (written != dst_width) {
228 assert(written % dst_width == 0);
229 const int sources = written / dst_width;
242 assert(regs_written(copy) == written);
291 int written = regs_written(entry->generator); local in function:fs_visitor::opt_cse_local
293 entry->tmp = fs_reg(VGRF, alloc.allocate(written),
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_agp_offset.spec30 This extensions is written against the OpenGL 1.4 Specification.

Completed in 11 milliseconds

1234567891011>>