Home
last modified time | relevance | path

Searched refs:compact_destination (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dlower_int64_test.cpp37 ir_dereference_variable *compact_destination(ir_factory &body,
376 class compact_destination : public ::testing::Test { class
388 compact_destination::SetUp() in SetUp()
398 compact_destination::TearDown() in TearDown()
407 TEST_F(compact_destination, uint64) in TEST_F() argument
418 lower_64bit::compact_destination(*body, in TEST_F()
/external/mesa3d/src/compiler/glsl/
Dlower_int64.cpp56 ir_dereference_variable *compact_destination(ir_factory &,
233 lower_64bit::compact_destination(ir_factory &body, in compact_destination() function in lower_64bit
296 ir_rvalue *const rv = compact_destination(body, ir->type, dst); in lower_op_to_function_call()