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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 733 const char *last_annotation_string = NULL; local
774 if (last_annotation_string != inst->annotation) {
775 last_annotation_string = inst->annotation;
776 if (last_annotation_string)
777 printf(" %s\n", last_annotation_string);
brw_vec4_emit.cpp 851 const char *last_annotation_string = NULL; local
871 if (last_annotation_string != inst->annotation) {
872 last_annotation_string = inst->annotation;
873 if (last_annotation_string)
874 printf(" %s\n", last_annotation_string);

Completed in 95 milliseconds