Searched refs:GetTypePackingRows (Results 1 – 3 of 3) sorted by relevance
91 return GetTypePackingRows(variable.type) * variable.getArraySizeProduct(); in GetVariablePackingRows()220 if (variable.getArraySizeProduct() > maxVectors / GetTypePackingRows(variable.type)) in checkExpandedVariablesWithinPackingLimits()373 int GetTypePackingRows(sh::GLenum type) in GetTypePackingRows() function
23 int GetTypePackingRows(sh::GLenum type);
88 int num_rows = sh::GetTypePackingRows(type); in TEST()156 EXPECT_EQ(expectedRows, sh::GetTypePackingRows(type)); in TEST()