Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp196 vmask4 comp1_mask = vint4::lane_id() == vint4(component1); in compute_ideal_colors_and_weights_2_comp() local
258 vfloat4 ep0 = select(blk.data_min, vfloat4(lowvalue.lane<0>()), comp1_mask); in compute_ideal_colors_and_weights_2_comp()
259 vfloat4 ep1 = select(blk.data_max, vfloat4(highvalue.lane<0>()), comp1_mask); in compute_ideal_colors_and_weights_2_comp()