Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c390 unsigned const_chan; in si_llvm_clipvertex_to_clipdist() local
411 for (const_chan = 0; const_chan < 4; const_chan++) { in si_llvm_clipvertex_to_clipdist()
413 LLVMConstInt(ctx->ac.i32, ((reg_index * 4 + chan) * 4 + const_chan) * 4, 0); in si_llvm_clipvertex_to_clipdist()
416 ac_build_fmad(&ctx->ac, base_elt, clipvertex[const_chan], in si_llvm_clipvertex_to_clipdist()
417 const_chan == 0 ? ctx->ac.f32_0 : args->out[chan]); in si_llvm_clipvertex_to_clipdist()