Searched refs:INACTIVE_UNIFORM_EXPLICIT_LOCATION (Results 1 – 5 of 5) sorted by relevance
38 #define INACTIVE_UNIFORM_EXPLICIT_LOCATION ((gl_uniform_storage *) -1) macro
328 if (p->sh.SubroutineUniformRemapTable[j] == INACTIVE_UNIFORM_EXPLICIT_LOCATION) in link_util_calculate_subroutine_compat()
3206 if (prog->UniformRemapTable[loc] == INACTIVE_UNIFORM_EXPLICIT_LOCATION) { in reserve_explicit_locations()3231 prog->UniformRemapTable[loc] = INACTIVE_UNIFORM_EXPLICIT_LOCATION; in reserve_explicit_locations()3271 if (p->sh.SubroutineUniformRemapTable[loc] == INACTIVE_UNIFORM_EXPLICIT_LOCATION) { in reserve_subroutine_explicit_locations()3288 p->sh.SubroutineUniformRemapTable[loc] = INACTIVE_UNIFORM_EXPLICIT_LOCATION; in reserve_subroutine_explicit_locations()
591 if (entry == INACTIVE_UNIFORM_EXPLICIT_LOCATION) { in write_uniform_remap_table()656 remap_table[i] = INACTIVE_UNIFORM_EXPLICIT_LOCATION; in read_uniform_remap_table()
259 INACTIVE_UNIFORM_EXPLICIT_LOCATION) in validate_uniform_parameters()1455 if (!uni || uni == INACTIVE_UNIFORM_EXPLICIT_LOCATION) in _mesa_uniform()2022 if (!uni || uni == INACTIVE_UNIFORM_EXPLICIT_LOCATION) in _mesa_uniform_handle()