Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h314 virtual void nir_emit_texture(nir_tex_instr *instr);
Dbrw_fs.h290 void nir_emit_texture(const brw::fs_builder &bld,
Dbrw_vec4_nir.cpp160 nir_emit_texture(nir_instr_as_tex(instr)); in nir_emit_instr()
1957 vec4_visitor::nir_emit_texture(nir_tex_instr *instr) in nir_emit_texture() function in brw::vec4_visitor
Dbrw_fs_nir.cpp474 nir_emit_texture(abld, nir_instr_as_tex(instr)); in nir_emit_instr()
6261 fs_visitor::nir_emit_texture(const fs_builder &bld, nir_tex_instr *instr) in nir_emit_texture() function in fs_visitor
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst5359 - intel/compiler: Make room for maximum dest size in nir_emit_texture.