Searched refs:n_result_bytes_per_instance (Results 1 – 1 of 1) sorted by relevance
5128 unsigned int n_result_bytes_per_instance[2] = { 0 }; in execute() local5244 n_result_bytes_per_instance[0] = n_result_bytes_per_vertex * m_n_vertices_per_instance; in execute()5245 n_result_bytes_total = n_result_bytes_per_instance[0] * draw_call_n_instances[0]; in execute()5263 n_result_bytes_per_instance[0] = n_result_bytes_per_vertex * m_n_vertices_per_instance; in execute()5264 n_result_bytes_total = n_result_bytes_per_instance[0] * draw_call_n_instances[0]; in execute()5284 n_result_bytes_per_instance[0] = n_result_bytes_per_vertex * draw_call_n_vertices[0]; in execute()5285 n_result_bytes_total = n_result_bytes_per_instance[0] * draw_call_n_instances[0]; in execute()5313 n_result_bytes_per_instance[0] = n_result_bytes_per_vertex * draw_call_n_vertices[0]; in execute()5314 n_result_bytes_per_instance[1] = n_result_bytes_per_vertex * draw_call_n_vertices[1]; in execute()5315 n_result_bytes_total = n_result_bytes_per_instance[0] * draw_call_n_instances[0] + in execute()[all …]