Home
last modified time | relevance | path

Searched refs:push_head (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_vertex_id.cpp90 ir_list->push_head(VertexID); in visit()
99 ir_list->push_head(gl_VertexID); in visit()
109 ir_list->push_head(gl_BaseVertex); in visit()
116 main_sig->body.push_head(inst); in visit()
Dlower_cs_derived.cpp102 shader->ir->push_head(var); in add_system_value()
165 shader->ir->push_head(gl_GlobalInvocationID); in make_gl_GlobalInvocationID()
171 main_sig->body.push_head(inst); in make_gl_GlobalInvocationID()
189 shader->ir->push_head(gl_LocalInvocationIndex); in make_gl_LocalInvocationIndex()
201 main_sig->body.push_head(inst); in make_gl_LocalInvocationIndex()
Dlower_discard_flow.cpp123 ir->body.push_head(assign); in visit_enter()
149 ir->push_head(var); in lower_discard_flow()
Dlower_jumps.cpp192 …list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(exe… in get_execute_flag()
193 list.push_head(this->execute_flag); in get_execute_flag()
232 …this->signature->body.push_head(new(this->signature) ir_assignment(new(this->signature) ir_derefer… in get_return_flag()
233 this->signature->body.push_head(this->return_flag); in get_return_flag()
243 this->signature->body.push_head(this->return_value); in get_return_value()
Dlower_const_arrays_to_uniforms.cpp110 instructions->push_head(uni); in handle_rvalue()
Dir_variable_refcount.cpp148 entry->assign_list.push_head(&assignment_entry->link); in visit_leave()
Dlink_functions.cpp235 linked->ir->push_head(var); in visit()
Dlower_blend_equation_advanced.cpp497 sh->ir->push_head(fb); in lower_blend_equation_advanced()
498 sh->ir->push_head(mode); in lower_blend_equation_advanced()
Dlist.h312 void push_head(exec_node *n);
608 inline void exec_list::push_head(exec_node *n) in push_head() function
Dloop_analysis.cpp446 this->state.push_head(ls); in visit_enter()
Dir_reader.cpp329 instructions->push_head(ir); in read_instructions()
Dlink_varyings.cpp2330 ir->push_head(var_table[i]); in canonicalize_shader_io()
Dast_to_hir.cpp177 instructions->push_head(var); in _mesa_ast_to_hir()
5567 instructions->push_head(var); in hir()
Dlinker.cpp1349 this->instructions->push_head(copy); in remap_variables()
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp819 p->top_instructions->push_head(sampler); in load_texture()
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1636 instructions.push_head(child); in schedule_instructions()