HomeSort by relevance Sort by last modified time
    Searched refs:current_annotation (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_gs_visitor.cpp 61 this->current_annotation = "initialize gl_InvocationID";
157 this->current_annotation = "clear r0.2";
166 this->current_annotation = "initialize vertex_count";
181 this->current_annotation = "initialize control data bits";
187 this->current_annotation = NULL;
199 current_annotation = "thread end: emit control data bits";
225 current_annotation = "thread end";
253 this->current_annotation = "URB write header";
445 this->current_annotation = "emit vertex: safety check";
468 this->current_annotation = "emit vertex: emit control data bits"
    [all...]
gen6_gs_visitor.cpp 63 this->current_annotation = "gen6 prolog";
142 this->current_annotation = "gen6 emit vertex";
206 this->current_annotation = "gen6 end primitive";
256 this->current_annotation = "gen6 urb header";
356 this->current_annotation = "gen6 thread end: ff_sync";
375 this->current_annotation = "gen6 thread end: urb writes init";
380 this->current_annotation = "gen6 thread end: urb writes";
403 current_annotation = output_reg_annotation[varying];
469 this->current_annotation = "gen6 thread end: EOT";
592 this->current_annotation = "gen6 thread end: svb writes init"
    [all...]
brw_vec4_visitor.cpp 68 inst->annotation = this->current_annotation;
    [all...]
brw_vec4_vs_visitor.cpp 181 current_annotation = "user clip distances";
brw_vec4_tcs.cpp 112 current_annotation = "thread end";
122 current_annotation = "release input vertices";
brw_vec4_tes.cpp 128 this->current_annotation = NULL;
brw_vec4.h 107 const char *current_annotation; member in class:brw::vec4_visitor
brw_vec4_nir.cpp 582 .annotate(current_annotation, base_ir);
704 .annotate(current_annotation, base_ir);
841 vec4_builder(this).at_end().annotate(current_annotation, base_ir);
    [all...]
brw_vec4.cpp     [all...]

Completed in 243 milliseconds