Home
last modified time | relevance | path

Searched refs:get_num_state_slots (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_clone.cpp57 ir_state_slot *s = var->allocate_state_slots(this->get_num_state_slots()); in clone()
59 sizeof(s[0]) * var->get_num_state_slots()); in clone()
Dir.h565 inline unsigned get_num_state_slots() const in get_num_state_slots() function
Dglsl_to_nir.cpp698 var->num_state_slots = ir->get_num_state_slots(); in visit()