Home
last modified time | relevance | path

Searched refs:chan_desc (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c124 struct util_format_channel_description chan_desc, in lp_build_extract_soa_chan()
131 const unsigned width = chan_desc.size; in lp_build_extract_soa_chan()
132 const unsigned start = chan_desc.shift; in lp_build_extract_soa_chan()
137 switch(chan_desc.type) { in lp_build_extract_soa_chan()
169 if(chan_desc.normalized) in lp_build_extract_soa_chan()
175 else if (chan_desc.pure_integer) { in lp_build_extract_soa_chan()
196 if (chan_desc.size < type.width) { in lp_build_extract_soa_chan()
197 unsigned bits = type.width - chan_desc.size; in lp_build_extract_soa_chan()
207 if (chan_desc.normalized) { in lp_build_extract_soa_chan()
208 double scale = 1.0 / ((1 << (chan_desc in lp_build_extract_soa_chan()
121 lp_build_extract_soa_chan(struct lp_build_context *bld, unsigned blockbits, boolean srgb_chan, struct util_format_channel_description chan_desc, LLVMValueRef packed) lp_build_extract_soa_chan() argument
324 struct util_format_channel_description chan_desc = format_desc->channel[chan]; lp_build_unpack_rgba_soa() local
653 struct util_format_channel_description chan_desc = format_desc->channel[i]; lp_build_fetch_rgba_soa() local
881 lp_build_insert_soa_chan(struct lp_build_context *bld, unsigned blockbits, struct util_format_channel_description chan_desc, LLVMValueRef *output, LLVMValueRef rgba) lp_build_insert_soa_chan() argument
1003 struct util_format_channel_description chan_desc = format_desc->channel[chan]; lp_build_pack_rgba_soa() local
1069 struct util_format_channel_description chan_desc = format_desc->channel[i]; lp_build_store_rgba_soa() local
[all...]

Completed in 3 milliseconds