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.h280 void emit_gen6_gather_wa(uint8_t wa, dst_reg dst);
Dbrw_fs.h190 void emit_gen6_gather_wa(uint8_t wa, fs_reg dst);
Dbrw_vec4_visitor.cpp1099 emit_gen6_gather_wa(key_tex->gen6_gather_wa[surface], inst->dst); in emit_texture()
1115 vec4_visitor::emit_gen6_gather_wa(uint8_t wa, dst_reg dst) in emit_gen6_gather_wa() function in brw::vec4_visitor
Dbrw_fs_visitor.cpp64 fs_visitor::emit_gen6_gather_wa(uint8_t wa, fs_reg dst) in emit_gen6_gather_wa() function in fs_visitor
Dbrw_fs_nir.cpp4799 emit_gen6_gather_wa(key_tex->gen6_gather_wa[texture], dst); in nir_emit_texture()