Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_int64_test.cpp32 void expand_source(ir_factory &body,
45 class expand_source : public ::testing::Test { class
57 expand_source::SetUp() in SetUp()
69 expand_source::TearDown() in TearDown()
192 TEST_F(expand_source, uint64_variable) in TEST_F() argument
197 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F()
203 TEST_F(expand_source, u64vec2_variable) in TEST_F() argument
208 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F()
214 TEST_F(expand_source, u64vec3_variable) in TEST_F() argument
226 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F()
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dlower_int64.cpp54 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()