Searched refs:emit_tex_txs (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 328 return emit_tex_txs(tex, src, {0,1,2,3}, shader); in from_nir() 344 return emit_tex_txs(tex, src, {0, 1, 2, 3}, shader); in from_nir() 348 return emit_tex_txs(tex, src, {3,7,7,7}, shader); in from_nir() 762 bool TexInstr::emit_tex_txs(nir_tex_instr *tex, Inputs& src, in emit_tex_txs() function in r600::TexInstr
|
H A D | sfn_instr_tex.h | 166 static bool emit_tex_txs(nir_tex_instr *tex, Inputs& src,
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 3323 emit_tex_txs(struct ir3_context *ctx, nir_tex_instr *tex) in emit_tex_txs() function 3509 emit_tex_txs(ctx, tex); in emit_instr()
|
Completed in 9 milliseconds