Searched refs:push_head (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_vertex_id.cpp91 ir_list->push_head(VertexID);
100 ir_list->push_head(gl_VertexID);
110 ir_list->push_head(gl_BaseVertex);
117 main_sig->body.push_head(inst);
H A Dlower_cs_derived.cpp103 shader->ir->push_head(var);
166 shader->ir->push_head(gl_GlobalInvocationID);
172 main_sig->body.push_head(inst);
190 shader->ir->push_head(gl_LocalInvocationIndex);
202 main_sig->body.push_head(inst);
H A Dlower_discard_flow.cpp123 ir->body.push_head(assign);
149 ir->push_head(var);
H A Dir_variable_refcount.cpp147 entry->assign_list.push_head(&assignment_entry->link);
H A Dlower_const_arrays_to_uniforms.cpp122 instructions->push_head(uni);
H A Dlower_jumps.cpp192 list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(execute_flag), new(this->signature) ir_constant(true)));
193 list.push_head(this->execute_flag);
232 this->signature->body.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(return_flag), new(this->signature) ir_constant(false)));
233 this->signature->body.push_head(this->return_flag);
243 this->signature->body.push_head(this->return_value);
H A Dlink_functions.cpp233 linked->ir->push_head(var);
H A Dlower_xfb_varying.cpp233 shader->ir->push_head(new_variable);
H A Dlist.h318 void push_head(exec_node *n);
636 inline void exec_list::push_head(exec_node *n) function in class:exec_list
H A Dlower_blend_equation_advanced.cpp498 sh->ir->push_head(fb);
499 sh->ir->push_head(mode);
H A Dloop_analysis.cpp492 this->state.push_head(ls);
H A Dir_reader.cpp329 instructions->push_head(ir);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_vertex_id.cpp91 ir_list->push_head(VertexID);
100 ir_list->push_head(gl_VertexID);
110 ir_list->push_head(gl_BaseVertex);
117 main_sig->body.push_head(inst);
H A Dlower_cs_derived.cpp103 shader->ir->push_head(var);
166 shader->ir->push_head(gl_GlobalInvocationID);
172 main_sig->body.push_head(inst);
190 shader->ir->push_head(gl_LocalInvocationIndex);
202 main_sig->body.push_head(inst);
H A Dlower_discard_flow.cpp123 ir->body.push_head(assign);
149 ir->push_head(var);
H A Dlower_const_arrays_to_uniforms.cpp110 instructions->push_head(uni);
H A Dir_variable_refcount.cpp147 entry->assign_list.push_head(&assignment_entry->link);
H A Dlower_jumps.cpp192 list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(execute_flag), new(this->signature) ir_constant(true)));
193 list.push_head(this->execute_flag);
232 this->signature->body.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(return_flag), new(this->signature) ir_constant(false)));
233 this->signature->body.push_head(this->return_flag);
243 this->signature->body.push_head(this->return_value);
H A Dlink_functions.cpp233 linked->ir->push_head(var);
H A Dlist.h318 void push_head(exec_node *n);
636 inline void exec_list::push_head(exec_node *n) function in class:exec_list
H A Dlower_blend_equation_advanced.cpp499 sh->ir->push_head(fb);
500 sh->ir->push_head(mode);
H A Dloop_analysis.cpp445 this->state.push_head(ls);
H A Dir_reader.cpp329 instructions->push_head(ir);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dff_fragment_shader.cpp824 p->top_instructions->push_head(sampler);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dff_fragment_shader.cpp813 p->top_instructions->push_head(sampler);

Completed in 77 milliseconds

12