Home
last modified time | relevance | path

Searched refs:LastStateVarIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_parameter.c145 list->LastStateVarIndex = 0; in _mesa_new_parameter_list()
351 paramList->LastStateVarIndex = in _mesa_add_parameter()
352 MAX2(paramList->LastStateVarIndex, oldNum); in _mesa_add_parameter()
473 list->LastStateVarIndex = 0; in _mesa_recompute_parameter_bounds()
478 list->LastStateVarIndex = MAX2(list->LastStateVarIndex, i); in _mesa_recompute_parameter_bounds()
Dprog_parameter.h157 int LastStateVarIndex; member
Dprog_statevars.c1369 int last = paramList->LastStateVarIndex; in _mesa_load_state_parameters()
1383 int last = paramList->LastStateVarIndex; in _mesa_upload_state_parameters()
/third_party/mesa3d/src/compiler/glsl/
Dserialize.cpp1049 blob_write_uint32(metadata, params->LastStateVarIndex); in write_shader_parameters()
1086 params->LastStateVarIndex = blob_read_uint32(metadata); in read_shader_parameters()