Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmarshal.c171 size_t total_cmd_size = fixed_cmd_size + length_size + total_string_length; in _mesa_marshal_ShaderSource() local
173 if (total_cmd_size <= MARSHAL_MAX_CMD_SIZE) { in _mesa_marshal_ShaderSource()
176 total_cmd_size); in _mesa_marshal_ShaderSource()