Searched refs:chan_val (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir_soa.c | 547 LLVMValueRef chan_val) 576 emit_store_64bit_split(bld_base, chan_val, split_vals); 592 chan_val = LLVMBuildBitCast(builder, chan_val, bld_base->base.vec_type, ""); 600 chan_val, mask_vec(bld_base)); 636 LLVMValueRef chan_val = (num_components == 1) ? dst : LLVMBuildExtractValue(builder, dst, chan, ""); local in function:emit_store_var 638 emit_store_tcs_chan(bld_base, var->data.compact, bit_size, location, const_index, indir_vertex_index, indir_index, comp, chan, chan_val); 640 emit_store_chan(bld_base, deref_mode, bit_size, location + const_index, comp, chan, chan_val); 538 emit_store_tcs_chan(struct lp_build_nir_context * bld_base,bool is_compact,unsigned bit_size,unsigned location,unsigned const_index,LLVMValueRef indir_vertex_index,LLVMValueRef indir_index,unsigned comp,unsigned chan,LLVMValueRef chan_val) argument
|
| H A D | lp_bld_sample_soa.c | 2485 LLVMValueRef chan_val = lp_build_select(&bld->texel_bld, den0, colors_den0[chan], colors0[chan]); local in function:lp_build_sample_aniso 2486 LLVMBuildStore(builder, chan_val, colors_out[chan]);
|
Completed in 13 milliseconds