Searched refs:is_high_sampler (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.h320 bool is_high_sampler(src_reg sampler);
H A Dbrw_vec4_visitor.cpp903 vec4_visitor::is_high_sampler(src_reg sampler) function in class:brw::vec4_visitor
971 is_high_sampler(sampler_reg)) ? 1 : 0;
H A Dbrw_fs.cpp4638 is_high_sampler(const struct gen_device_info *devinfo, const fs_reg &sampler) function in typeref:typename:bool
4738 is_high_sampler(devinfo, sampler)) {
4791 } else if (is_high_sampler(devinfo, sampler)) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.h317 bool is_high_sampler(src_reg sampler);
H A Dbrw_vec4_visitor.cpp819 vec4_visitor::is_high_sampler(src_reg sampler) function in class:brw::vec4_visitor
885 is_high_sampler(sampler_reg)) ? 1 : 0;
H A Dbrw_fs.cpp5104 is_high_sampler(const struct intel_device_info *devinfo, const fs_reg &sampler) function in typeref:typename:bool
5204 is_high_sampler(devinfo, sampler)) {
5257 } else if (is_high_sampler(devinfo, sampler)) {

Completed in 27 milliseconds