Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir.h397 struct ir_state_slot { struct
579 inline ir_state_slot *get_state_slots() in get_state_slots()
584 inline const ir_state_slot *get_state_slots() const in get_state_slots()
589 inline ir_state_slot *allocate_state_slots(unsigned n) in allocate_state_slots()
593 this->u.state_slots = ralloc_array(this, ir_state_slot, n); in allocate_state_slots()
1033 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.cpp492 ir_state_slot *slot0 = &mode->get_state_slots()[0]; in lower_blend_equation_advanced()
Dbuiltin_variables.cpp674 ir_state_slot *slots = in add_uniform()
Dglsl_to_nir.cpp703 ir_state_slot *state_slots = ir->get_state_slots(); in visit()