Home
last modified time | relevance | path

Searched refs:ir_state_slot (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir.h399 struct ir_state_slot { struct
581 inline ir_state_slot *get_state_slots() in get_state_slots()
586 inline const ir_state_slot *get_state_slots() const in get_state_slots()
591 inline ir_state_slot *allocate_state_slots(unsigned n) in allocate_state_slots()
595 this->u.state_slots = ralloc_array(this, ir_state_slot, n); in allocate_state_slots()
1011 ir_state_slot *state_slots;
Dir_clone.cpp57 ir_state_slot *s = var->allocate_state_slots(this->get_num_state_slots()); in clone()
Dlower_blend_equation_advanced.cpp490 ir_state_slot *slot0 = &mode->get_state_slots()[0]; in lower_blend_equation_advanced()
Dbuiltin_variables.cpp559 ir_state_slot *slots = in add_uniform()
Dglsl_to_nir.cpp441 ir_state_slot *state_slots = ir->get_state_slots(); in visit()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp625 const ir_state_slot *const slots = ir->get_state_slots(); in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1076 const ir_state_slot *const slots = ir->get_state_slots(); in visit()