Home
last modified time | relevance | path

Searched refs:emit_gen6_gather_wa (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4.h271 void emit_gen6_gather_wa(uint8_t wa, dst_reg dst);
Dbrw_fs.h214 void emit_gen6_gather_wa(uint8_t wa, fs_reg dst);
Dbrw_fs_visitor.cpp66 fs_visitor::emit_gen6_gather_wa(uint8_t wa, fs_reg dst) in emit_gen6_gather_wa() function in fs_visitor
Dbrw_vec4_visitor.cpp1009 emit_gen6_gather_wa(key_tex->gen6_gather_wa[surface], inst->dst); in emit_texture()
1025 vec4_visitor::emit_gen6_gather_wa(uint8_t wa, dst_reg dst) in emit_gen6_gather_wa() function in brw::vec4_visitor
Dbrw_fs_nir.cpp5929 emit_gen6_gather_wa(key_tex->gen6_gather_wa[texture], dst); in nir_emit_texture()