Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglthread_shaderobj.c67 size_t total_string_length = 0; in measure_ShaderSource_strings() local
76 total_string_length += length_out[i]; in measure_ShaderSource_strings()
78 return total_string_length; in measure_ShaderSource_strings()
94 size_t total_string_length = in _mesa_marshal_ShaderSource() local
96 size_t total_cmd_size = fixed_cmd_size + length_size + total_string_length; in _mesa_marshal_ShaderSource()