Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter.c143 list->UniformBytes = 0; in _mesa_new_parameter_list()
346 paramList->UniformBytes = in _mesa_add_parameter()
347 MAX2(paramList->UniformBytes, in _mesa_add_parameter()
473 list->UniformBytes = 0; in _mesa_recompute_parameter_bounds()
482 list->UniformBytes = MAX2(list->UniformBytes, in _mesa_recompute_parameter_bounds()
H A Dprog_parameter.h148 int UniformBytes; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.c136 int uniform_bytes = params->UniformBytes; in st_upload_constants()
/third_party/mesa3d/src/compiler/glsl/
H A Dserialize.cpp1052 blob_write_uint32(metadata, params->UniformBytes); in write_shader_parameters()
1089 params->UniformBytes = blob_read_uint32(metadata); in read_shader_parameters()

Completed in 4 milliseconds