Searched refs:culldistance (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dvaryings_test.cpp171 ir_variable *const culldistance = local in function:TEST_F
176 culldistance->data.explicit_location = true;
177 culldistance->data.location = VARYING_SLOT_CULL_DIST0;
178 culldistance->data.explicit_index = 0;
180 ir.push_tail(culldistance);
188 EXPECT_EQ(culldistance, junk[VARYING_SLOT_CULL_DIST0]);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dvaryings_test.cpp171 ir_variable *const culldistance = local in function:TEST_F
176 culldistance->data.explicit_location = true;
177 culldistance->data.location = VARYING_SLOT_CULL_DIST0;
178 culldistance->data.explicit_index = 0;
180 ir.push_tail(culldistance);
188 EXPECT_EQ(culldistance, junk[VARYING_SLOT_CULL_DIST0]);

Completed in 3 milliseconds