Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter.c145 list->LastStateVarIndex = 0; in _mesa_new_parameter_list()
353 paramList->LastStateVarIndex = in _mesa_add_parameter()
354 MAX2(paramList->LastStateVarIndex, oldNum); in _mesa_add_parameter()
475 list->LastStateVarIndex = 0; in _mesa_recompute_parameter_bounds()
480 list->LastStateVarIndex = MAX2(list->LastStateVarIndex, i); in _mesa_recompute_parameter_bounds()
H A Dprog_parameter.h150 int LastStateVarIndex; member
H A Dprog_statevars.c1385 int last = paramList->LastStateVarIndex; in _mesa_load_state_parameters()
1399 int last = paramList->LastStateVarIndex; in _mesa_upload_state_parameters()
/third_party/mesa3d/src/compiler/glsl/
H A Dserialize.cpp1054 blob_write_uint32(metadata, params->LastStateVarIndex); in write_shader_parameters()
1091 params->LastStateVarIndex = blob_read_uint32(metadata); in read_shader_parameters()

Completed in 8 milliseconds