Searched defs:chan_val (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 673 LLVMValueRef chan_val = (num_components == 1) ? dst : LLVMBuildExtractValue(builder, dst, chan, ""); in emit_store_var() local 574 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) emit_store_tcs_chan() argument
|
H A D | lp_bld_sample_soa.c | 2503 LLVMValueRef chan_val = in lp_build_sample_aniso() local
|
Completed in 14 milliseconds