Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmarshal.c142 size_t total_string_length = 0; in measure_ShaderSource_strings() local
151 total_string_length += length_out[i]; in measure_ShaderSource_strings()
153 return total_string_length; in measure_ShaderSource_strings()
169 size_t total_string_length = in _mesa_marshal_ShaderSource() local
171 size_t total_cmd_size = fixed_cmd_size + length_size + total_string_length; in _mesa_marshal_ShaderSource()