Searched refs:accesses (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu.c270 int accesses = 0; local in function:qpu_num_sf_accesses
295 accesses++;
297 accesses++;
301 accesses++;
304 accesses++;
312 accesses++;
315 return accesses;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu.c270 int accesses = 0; local in function:qpu_num_sf_accesses
295 accesses++;
297 accesses++;
301 accesses++;
304 accesses++;
312 accesses++;
315 return accesses;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.7.rst66 - i965: Fix out-of-bounds accesses into pull_constant_loc array
H A D11.1.4.rst73 - vc4: Fix subimage accesses to LT textures.
H A D17.0.2.rst145 - i965/fs: detect different bit size accesses to uniforms to push them
H A D20.1.7.rst69 - ir_constant: Return zero on out-of-bounds vector accesses
H A D10.5.1.rst108 - i965: Fix out-of-bounds accesses into pull_constant_loc array
H A D11.2.2.rst82 - vc4: Fix subimage accesses to LT textures.
H A D13.0.6.rst245 - i965/fs: detect different bit size accesses to uniforms to push them
H A D7.10.3.rst118 - st/mesa: fix incorrect texture level/face/slice accesses
H A D7.9.2.rst262 - i915: Force lowering of all types of indirect array accesses in the
H A D18.0.0.rst228 - [bisected] Anvil accesses uninitialized memory while compiling
H A D7.10.1.rst283 - i915: Force lowering of all types of indirect array accesses in the
H A D19.1.0.rst701 - amd/common: Implement global memory accesses.
1462 - v3d: Add missing base offset to CS shared memory accesses.
4609 - panfrost: Fix two uninitialized accesses in compiler
H A D21.0.0.rst540 - radv: Do dst invalidations for write accesses.
824 - nir/opt_vectorize: hash whether a swizzle accesses elements beyond the maximum vectorization factor
2553 - iris: Explain how conditional aux accesses work
H A D20.2.0.rst1244 - aco: don't allow unaligned subdword accesses on GFX6/7
3862 - aco: allow SMEM for some sub-dword accesses
3948 - aco: don't move memory accesses to before control barriers
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxorg-server.h.in79 /* unaligned word accesses behave as expected */
H A Ddix-config.h.in318 /* unaligned word accesses behave as expected */
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c117 bi_index accesses[(BI_MAX_SRCS + 2) * 16]; member in struct:bi_clause_state
1000 * in the clause accesses the destination, the message-passing
1008 bi_index idx = clause->accesses[i];
1022 bi_index idx = clause->accesses[i];
1146 assert(clause->access_count + BI_MAX_SRCS + BI_MAX_DESTS <= ARRAY_SIZE(clause->accesses));
1147 memcpy(clause->accesses + clause->access_count, instr->src, sizeof(instr->src));
1149 memcpy(clause->accesses + clause->access_count, instr->dest, sizeof(instr->dest));
1695 /* Use passthrough register for cross-stage accesses. Since
1809 /* Use passthrough register for cross-tuple accesses. Note this is
1888 /* Staging registers can't have FAU accesses */
[all...]
/xsrc/external/mit/MesaLib/dist/docs/
H A Dshading.rst60 (instructions, cycles, memory accesses, and so on).
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvenus.rst205 accesses to the device memory are via the guest mapping, and are assumed to be
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst87 to be added to the rules attribute of the Gitlab CI job that accesses the restricted
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst343 checking on resource accesses by shader if the context is created with
345 extension for information on the required behavior for out of bounds accesses
346 and accesses to unbound resources.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst364 checking on resource accesses by shader if the context is created with
366 extension for information on the required behavior for out of bounds accesses
367 and accesses to unbound resources.
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Dir3-notes.rst339 ir3 array accesses in the DAG get serialized by the ``instr->barrier_class`` and

Completed in 38 milliseconds

12