Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DVariablePacker.cpp91 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
DVariablePacker.h23 int GetTypePackingRows(sh::GLenum type);
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DVariablePacker_test.cpp88 int num_rows = sh::GetTypePackingRows(type); in TEST()
156 EXPECT_EQ(expectedRows, sh::GetTypePackingRows(type)); in TEST()