HomeSort by relevance Sort by last modified time
    Searched refs:GetNumComponentsPerRow (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
VariablePacker.h 22 static int GetNumComponentsPerRow(ShDataType type);
VariablePacker.cpp 48 int VariablePacker::GetNumComponentsPerRow(ShDataType type)
210 if (GetNumComponentsPerRow(variable.type) != 4) {
224 if (GetNumComponentsPerRow(variable.type) != 3) {
243 if (GetNumComponentsPerRow(variable.type) != 2) {
267 ASSERT(1 == GetNumComponentsPerRow(variable.type));
  /external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp 41 int num_components_per_row = VariablePacker::GetNumComponentsPerRow(type);

Completed in 22 milliseconds