Searched refs:expanded_src (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/ |
D | lower_int64_test.cpp | 35 ir_variable **expanded_src); 53 ir_variable *expanded_src[4]; member in expand_source 62 memset(expanded_src, 0, sizeof(expanded_src)); in SetUp() 96 ir_variable *expanded_src[4]) in check_expanded_source() 103 EXPECT_EQ(expanded_type, expanded_src[i]->type); in check_expanded_source() 107 EXPECT_NE(expanded_src[i], expanded_src[j]) in check_expanded_source() 116 EXPECT_EQ(expanded_src[0], expanded_src[i]) in check_expanded_source() 194 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 196 check_expanded_source(type, expanded_src); in TEST_F() 205 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); 201 ir_variable **expanded_src) in expand_source() argument 219 expanded_src[i] = body.make_temp(type, "expanded_64bit_source"); in expand_source() 221 body.emit(assign(expanded_src[i], in expand_source() 226 expanded_src[i] = expanded_src[0]; in expand_source()
|