| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_gvn.cpp | 45 bool rewrite = true; local in function:r600_sb::gvn::visit 48 rewrite = false; 52 process_op(n, rewrite); 135 bool gvn::process_src(value* &v, bool rewrite) { argument 139 if (rewrite && !v->gvn_source->is_rel()) { 188 void gvn::process_op(node& n, bool rewrite) { argument 194 process_src(v->rel, rewrite); 197 if (rewrite && v->gvn_source && v->gvn_source->is_readonly() && 200 } else if (rewrite && v->gvn_source && v->gvn_source->is_const() && 205 process_src(v, rewrite); [all...] |
| H A D | sb_pass.h | 330 void process_op(node &n, bool rewrite = true); 333 bool process_src(value* &v, bool rewrite);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_gvn.cpp | 45 bool rewrite = true; local in function:r600_sb::gvn::visit 48 rewrite = false; 52 process_op(n, rewrite); 135 bool gvn::process_src(value* &v, bool rewrite) { argument 139 if (rewrite && !v->gvn_source->is_rel()) { 188 void gvn::process_op(node& n, bool rewrite) { argument 194 process_src(v->rel, rewrite); 197 if (rewrite && v->gvn_source && v->gvn_source->is_readonly() && 200 } else if (rewrite && v->gvn_source && v->gvn_source->is_const() && 205 process_src(v, rewrite); [all...] |
| H A D | sb_pass.h | 330 void process_op(node &n, bool rewrite = true); 333 bool process_src(value* &v, bool rewrite);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | setenv.c | 88 * "value". If rewrite is set, replace any current value. 91 setenv(const char *name, const char *value, int rewrite) argument 109 if (!rewrite)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.4.rst | 52 - glsl: rewrite glsl_type::record_key_hash() to avoid buffer overflow
|
| H A D | 18.2.3.rst | 92 - nir/from_ssa: Don't rewrite derefs destinations to registers
|
| H A D | 9.0.2.rst | 36 KMS/R200: Bad shading in NWN since Mesa rewrite
|
| H A D | 7.11.rst | 257 allocator rewrite.
|
| H A D | 21.1.0.rst | 502 - pan/bi: Add trivial rewrite helpers 503 - pan/bi: Add constant to passthrough rewrite 1408 - aco/cssa: rewrite lower_to_cssa pass 1476 - lavapipe: rewrite attachment clearing for conditional rendering. 2675 - nir: Add some ssa-only fast-paths for nir_src rewrite 3626 - ac,radeonsi: rewrite DCC retiling without the DCC retile map 3859 - zink: rewrite image/sampler glsl -> vk type functions for robustness 4014 - zink: rewrite drawid based on shader key value 4035 - nir/lower_tex: rewrite tex/txb -> txd/txl before saturating srcs 4173 - zink: rewrite macr [all...] |
| H A D | 19.1.0.rst | 1398 - nir: Just return when asked to rewrite uses of an SSA def to itself. 1680 - virgl: rewrite core of virgl_texture_transfer_map 2628 - iris: rewrite program cache to use u_upload_mgr 2665 - iris: rewrite to use memzones and not relocs 2741 - iris: completely rewrite binder 3032 - iris: rewrite grid surface handling 3178 - iris: rewrite set_vertex_buffer and VB handling 4488 - nir: rewrite varying component packing
|
| H A D | 21.3.0.rst | 1006 - aco: rewrite SDWA selector 1025 - aco/ra: don't rewrite affinities for phi operands after register assignment 1155 - llvmpipe/scissor: rewrite scissor planes interaction. 1761 - broadcom/compiler: rewrite partial update liveness tracking 2672 - radeonsi: rewrite inlinable uniform states for shader keys in si_context 3284 - nir/lower_samplers_as_deref: rewrite more image intrinsics 3589 - aco: rewrite print_reg_class()
|
| H A D | 20.3.0.rst | 1912 - compiler/nir: rewrite lower_fragcoord_wtrans to use nir_lower_instructions 2097 - v3dv: rewrite attachment state tracking 2101 - v3dv: rewrite the attachment needs clearing condition 2184 - v3dv: rewrite frame tiling setup 2219 - v3dv: rewrite dirty state handling 2302 - v3dv: do not rewrite blit spec for combined depth/stencil in get_blit_pipeline 3349 - radeonsi: lower IO intrinsics - complete rewrite of input/output scanning 3552 - util: completely rewrite and do AMD Zen L3 cache pinning correctly
|
| H A D | 21.2.0.rst | 781 - pan/mdg: Fix incorrect rewrite in Midgard scheduler 1711 - intel/genxml: rewrite the prefilterop xml to be more consistent. 3425 - gallium/u_threaded: rewrite slot layout to reduce wasted space 3482 - radeonsi: rewrite the prefix sum computation for shader culling 3574 - radeonsi: rewrite a confusing comment in si_upload_and_prefetch_VB_descriptors 3963 - util/prim_restart: pre-trim degenerate primitives during draw rewrite 4096 - gallium: add a pipe cap to rewrite index buffers for draws using a non-fixed restart index
|
| H A D | 20.0.0.rst | 2437 - radeonsi/gfx10: rewrite late alloc computation 2834 - aco: rewrite literal combining 2835 - aco: rewrite apply_sgprs()
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | vc4.rst | 36 fix that, we would need to detect this case and rewrite the index 57 points like desktop GL. If front/back mode matched, we could rewrite
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | handle_manual.cmake | 33 # How we rewrite vars in the manual. I decided not to use
|
| /xsrc/external/mit/libpthread-stubs/dist/ |
| H A D | aclocal.m4 | 774 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC 802 # FIXME: It is wrong to rewrite CC.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 180 * (knowing that the previous instruction doesn't depend on flags) and rewrite 224 /* We know they're both temps, so just rewrite index. */ 895 struct qinst *rewrite = c->defs[src.index]; local in function:ntq_emit_pack_unorm_4x8 897 rewrite->dst = result; 898 rewrite->dst.pack = QPU_PACK_MUL_8A + i;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 181 * (knowing that the previous instruction doesn't depend on flags) and rewrite 225 /* We know they're both temps, so just rewrite index. */ 885 struct qinst *rewrite = c->defs[src.index]; local in function:ntq_emit_pack_unorm_4x8 887 rewrite->dst = result; 888 rewrite->dst.pack = QPU_PACK_MUL_8A + i;
|
| /xsrc/external/mit/mesa-demos/dist/ |
| H A D | aclocal.m4 | 1052 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC 1080 # FIXME: It is wrong to rewrite CC.
|
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | aclocal.m4 | 774 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC 802 # FIXME: It is wrong to rewrite CC.
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | aclocal.m4 | 104 # FIXME: It is wrong to rewrite AR. 834 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC 862 # FIXME: It is wrong to rewrite CC.
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | aclocal.m4 | 736 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC 764 # FIXME: It is wrong to rewrite CC.
|
| /xsrc/external/mit/libXaw/dist/ |
| H A D | aclocal.m4 | 3037 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC 3065 # FIXME: It is wrong to rewrite CC.
|