Searched refs:lower_64bit (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | lower_int64_test.cpp | 32 namespace lower_64bit { namespace 198 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 209 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 227 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 238 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 249 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 260 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 271 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 282 lower_64bit::expand_source(*body, deref, expanded_src); in TEST_F() 293 lower_64bit::expand_source(*body, expr, expanded_src); in TEST_F() [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_int64.cpp | 53 namespace lower_64bit { namespace 65 using namespace lower_64bit; 199 lower_64bit::expand_source(ir_factory &body, in expand_source() 233 lower_64bit::compact_destination(ir_factory &body, in compact_destination() 255 lower_64bit::lower_op_to_function_call(ir_instruction *base_ir, in lower_op_to_function_call()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 797 bool lower_64bit = ((sel->nir->options->lower_int64_options || in r600_shader_from_nir() local 827 if (lower_64bit) in r600_shader_from_nir() 882 if (lower_64bit) in r600_shader_from_nir() 890 if (lower_64bit) in r600_shader_from_nir() 917 if (lower_64bit) in r600_shader_from_nir()
|