Searched refs:next_subroutine (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_uniforms.cpp692 next_bindless_image(0), next_subroutine(0),
723 this->next_subroutine = 0;
993 uniform->opaque[shader_type].index = this->next_subroutine;
1001 this->next_subroutine += MAX2(1, uniform->array_elements);
1200 unsigned next_subroutine; member in class:parcel_out_uniform_storage
H A Dgl_nir_link_uniforms.c612 unsigned next_subroutine; member in struct:nir_link_uniforms_state
848 uniform->opaque[stage].index = state->next_subroutine;
856 state->next_subroutine += MAX2(1, uniform->array_elements);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_uniforms.cpp494 this->next_subroutine = 0;
764 uniform->opaque[shader_type].index = this->next_subroutine;
772 this->next_subroutine += MAX2(1, uniform->array_elements);
967 unsigned next_subroutine; member in class:parcel_out_uniform_storage

Completed in 8 milliseconds