HomeSort by: relevance | last modified time | path
    Searched refs:reset (Results 1 - 25 of 241) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
colors.c 28 .reset = "",
46 .reset = "\x1b[0m",
colors.h 29 const char *reset; member in struct:envy_colors
rnndec.c 189 asprintf (&res, "%s%s%s", ctx->colors->eval, ctmp, ctx->colors->reset);
218 asprintf (&res, "%s%s%s", color, bitfields[i]->name, ctx->colors->reset);
220 asprintf (&tmp, "%s | %s%s%s", res, color, bitfields[i]->name, ctx->colors->reset);
232 asprintf (&subval, "%s%#"PRIx64"%s", ctx->colors->err, field_val, ctx->colors->reset);
237 asprintf (&res, "%s%s%s = %s", ctx->colors->rname, bitfields[i]->name, ctx->colors->reset, subval);
239 asprintf (&tmp, "%s | %s%s%s = %s", res, ctx->colors->rname, bitfields[i]->name, ctx->colors->reset, subval);
247 asprintf (&res, "%s%#"PRIx64"%s", ctx->colors->err, value & ~mask, ctx->colors->reset);
249 asprintf (&tmp, "%s | %s%#"PRIx64"%s", res, ctx->colors->err, value & ~mask, ctx->colors->reset);
255 asprintf (&res, "%s0%s", ctx->colors->num, ctx->colors->reset);
262 asprintf (&res, "%s%#"PRIx64"%s", ctx->colors->num, value, ctx->colors->reset);
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
05-reset-dirs-sample.conf 6 <reset-dirs />
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
arm64_a630_egl.sh 10 # Run reset tests without parallelism:
12 DEQP_RESULTS_DIR=results/reset \
14 DEQP_CASELIST_FILTER='.*reset.*' \
22 DEQP_CASELIST_INV_FILTER='.*reset.*' \
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
histogram.h 43 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format,
46 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type,
49 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format,
52 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type,
histogram.c 37 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format,
47 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type,
50 _mesa_GetnMinmaxARB(target, reset, format, type, INT_MAX, values);
55 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format,
65 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type,
68 _mesa_GetnHistogramARB(target, reset, format, type, INT_MAX, values);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
histogram.h 43 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format,
46 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type,
49 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format,
52 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type,
histogram.c 37 _mesa_GetnMinmaxARB(GLenum target, GLboolean reset, GLenum format,
47 _mesa_GetMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type,
50 _mesa_GetnMinmaxARB(target, reset, format, type, INT_MAX, values);
55 _mesa_GetnHistogramARB(GLenum target, GLboolean reset, GLenum format,
65 _mesa_GetHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type,
68 _mesa_GetnHistogramARB(target, reset, format, type, INT_MAX, values);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_shader_tess_eval.cpp 17 m_export_processor.reset(new VertexStageExportForGS(*this, gs_shader));
19 m_export_processor.reset(new VertexStageExportForFS(*this, &sel.so, sh, key));
59 m_tess_coord[0].reset(gpr);
62 m_tess_coord[1].reset(gpr);
69 m_rel_patch_id.reset(gpr);
77 m_primitive_id.reset(gpr);
sfn_shader_tcs.cpp 51 m_primitive_id.reset(gpr);
58 m_invocation_id.reset(gpr);
65 m_rel_patch_id.reset(gpr);
72 m_tess_factor_base.reset(gpr);
sfn_shader_vertex.cpp 65 m_export_processor.reset(new VertexStageExportForGS(*this, gs_shader));
69 m_export_processor.reset(new VertexStageExportForES(*this));
71 m_export_processor.reset(new VertexStageExportForFS(*this, &sel.so, sh, key));
96 m_vertex_id.reset(R0x);
102 m_primitive_id.reset(R0z);
109 m_instance_id.reset(R0w);
117 m_rel_vertex_id.reset(R0y);
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_vga.c 62 void gu2_vga_extcrtc(char offset, int reset);
65 void gu2_set_vga(int reset);
67 int gu2_vga_attr_ctrl(int reset);
70 int gu2_vga_seq_reset(int reset);
106 gu2_set_vga(int reset)
110 if (reset)
134 gu2_vga_attr_ctrl(int reset)
139 gfx_outb(0x3C0, (unsigned char) (reset ? 0x00 : 0x20));
140 if (reset)
190 * Durango. For VSA1, the sequencer is reset to stop text redraws. VSA2 ma
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx2_vga.c 162 void gu2_vga_extcrtc(char offset, int reset);
165 void gu2_set_vga(int reset);
167 int gu2_vga_attr_ctrl(int reset);
170 int gu2_vga_seq_reset(int reset);
205 gu2_set_vga(int reset)
209 if (reset)
232 gu2_vga_attr_ctrl(int reset)
235 gfx_outb(0x3C0, (unsigned char)(reset ? 0x00 : 0x20));
236 if (reset)
284 * Durango. For VSA1, the sequencer is reset to stop text redraws. VSA2 may
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
test_assembler.cpp 55 bld.reset(program->create_and_insert_block());
75 bld.reset(program->create_and_insert_block());
84 bld.reset(program->create_and_insert_block());
106 bld.reset(program->create_and_insert_block());
116 bld.reset(program->create_and_insert_block());
145 bld.reset(program->create_and_insert_block());
174 bld.reset(program->create_and_insert_block());
195 bld.reset(program->create_and_insert_block());
198 bld.reset(program->create_and_insert_block());
214 bld.reset(program->create_and_insert_block())
    [all...]
  /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/
lunr.multi.js 1 !function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(e.lunr)}(this,function(){return function(o){o.multiLanguage=function(){for(var e=Array.prototype.slice.call(arguments),t=e.join("-"),i="",r=[],n=[],s=0;s<e.length;++s)"en"==e[s]?(i+="\\w",r.unshift(o.stopWordFilter),r.push(o.stemmer),n.push(o.stemmer)):(i+=o[e[s]].wordCharacters,o[e[s]].stopWordFilter&&r.unshift(o[e[s]].stopWordFilter),o[e[s]].stemmer&&(r.push(o[e[s]].stemmer),n.push(o[e[s]].stemmer)));var p=o.trimmerSupport.generateTrimmer(i);return o.Pipeline.registerFunction(p,"lunr-multi-trimmer-"+t),r.unshift(p),function(){this.pipeline.reset(),this.pipeline.add.apply(this.pipeline,r),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add.apply(this.searchPipeline,n))}}}})
lunr.vi.js 17 !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.vi=function(){this.pipeline.reset(),this.pipeline.add(e.vi.stopWordFilter,e.vi.trimmer)},e.vi.wordCharacters="[A-Za-ẓ̀͐́͑̉̃̓ÂâÊêÔôĂ (…)
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/fossils/
fossils.sh 13 (cd fossils-db; git reset "$commit" || git reset "origin/$commit")
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_opt_find_array_copies.c 238 /* If it's a full variable store or copy, reset. This will trigger
243 goto reset;
256 goto reset;
263 goto reset;
271 goto reset;
282 goto reset;
306 goto reset;
326 goto reset;
344 reset:
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcConv.c 160 if (from_conv->methods->reset)
161 (*from_conv->methods->reset)(from_conv);
163 if (to_conv->methods->reset)
164 (*to_conv->methods->reset)(to_conv);
230 if (conv->from_conv && conv->from_conv->methods->reset)
231 (*conv->from_conv->methods->reset)(conv->from_conv);
232 if (conv->to_conv && conv->to_conv->methods->reset)
233 (*conv->to_conv->methods->reset)(conv->to_conv);
352 if (conv->methods->reset)
353 (*conv->methods->reset)(conv)
    [all...]
  /xsrc/external/mit/xterm/dist/vttests/
xtra-scroll.pl 196 my $reset = ( not defined $margins{T} or not defined $margins{B} ) ? 1 : 0;
203 if ( $reset == 0 ) {
204 $reset = 1 if ( $old_T != $margins{T} );
205 $reset = 1 if ( $old_B != $margins{B} );
207 &redo_tb_margins if ( $reset == 1 );
231 my $reset = ( not defined $margins{L} or not defined $margins{R} ) ? 1 : 0;
238 if ( $reset == 0 ) {
239 $reset = 1 if ( $old_L != $margins{L} );
240 $reset = 1 if ( $old_R != $margins{R} );
242 &redo_lr_margins if ( $reset == 1 )
    [all...]
tab0.sh 75 initialize reset
86 # If the terminal honors VT100 RIS, try that as a "hard reset" to get the
107 # The following tests use the normal "reset" behavior.
114 # Some terminal emulators are known to be buggy, and "reset" does not get them
115 # to reset the tab-stops.
  /xsrc/external/mit/MesaLib/dist/src/glx/
dri_common.h 75 int reset; member in struct:dri_ctx_attribs
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
dri_common.h 79 int *reset, int *release, unsigned *error);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
fd_pps_driver.h 69 void configure_counters(bool reset, bool wait);
104 void configure(struct fd_ringbuffer *ring, bool reset);

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 910