Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.h280 void emit_gen6_gather_wa(uint8_t wa, dst_reg dst);
Dbrw_fs.h183 void emit_gen6_gather_wa(uint8_t wa, fs_reg dst);
Dbrw_vec4_visitor.cpp1106 emit_gen6_gather_wa(key_tex->gen6_gather_wa[surface], inst->dst); in emit_texture()
1122 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.cpp108 fs_visitor::emit_gen6_gather_wa(uint8_t wa, fs_reg dst) in emit_gen6_gather_wa() function in fs_visitor
Dbrw_fs_nir.cpp4488 emit_gen6_gather_wa(key_tex->gen6_gather_wa[texture], dst); in nir_emit_texture()