Home
last modified time | relevance | path

Searched refs:nir_emit_texture (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4.h345 virtual void nir_emit_texture(nir_tex_instr *instr);
Dbrw_fs.h230 void nir_emit_texture(const brw::fs_builder &bld,
Dbrw_vec4_nir.cpp164 nir_emit_texture(nir_instr_as_tex(instr)); in nir_emit_instr()
2050 vec4_visitor::nir_emit_texture(nir_tex_instr *instr) in nir_emit_texture() function in brw::vec4_visitor
Dbrw_fs_nir.cpp442 nir_emit_texture(abld, nir_instr_as_tex(instr)); in nir_emit_instr()
4549 fs_visitor::nir_emit_texture(const fs_builder &bld, nir_tex_instr *instr) in nir_emit_texture() function in fs_visitor