Searched refs:frag_depth (Results 1 – 2 of 2) sorted by relevance
373 ir_variable *frag_depth; variable
86 this->frag_depth = ir; in visit()2102 assert(this->frag_depth); in emit_fb_writes()2103 fs_reg depth = *(variable_storage(this->frag_depth)); in emit_fb_writes()2266 this->frag_depth = NULL; in fs_visitor()