Searched refs:expand_source (Results  1 – 2 of 2) sorted by relevance
| /external/mesa3d/src/compiler/glsl/tests/ | 
| D | lower_int64_test.cpp | 33 void expand_source(ir_factory &body, 46 class expand_source : public ::testing::Test {  class 58 expand_source::SetUp()  in SetUp() 70 expand_source::TearDown()  in TearDown() 193 TEST_F(expand_source, uint64_variable)  in TEST_F()  argument 198    lower_64bit::expand_source(*body, deref, expanded_src);  in TEST_F() 204 TEST_F(expand_source, u64vec2_variable)  in TEST_F()  argument 209    lower_64bit::expand_source(*body, deref, expanded_src);  in TEST_F() 215 TEST_F(expand_source, u64vec3_variable)  in TEST_F()  argument 227    lower_64bit::expand_source(*body, deref, expanded_src);  in TEST_F() [all …] 
 | 
| /external/mesa3d/src/compiler/glsl/ | 
| D | lower_int64.cpp | 54 void expand_source(ir_factory &, ir_rvalue *val, ir_variable **expanded_src); 199 lower_64bit::expand_source(ir_factory &body,  in expand_source()  function in lower_64bit 272       expand_source(body, ir->operands[i], src[i]);  in lower_op_to_function_call()
  |