Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_decompress_symbolic.cpp285 vmask4 plane2_mask = vint4::lane_id() == vint4(plane2_component); in decompress_symbolic_block() local
309 vint4 weight = select(vint4(plane1_weights[tix]), vint4(plane2_weights[tix]), plane2_mask); in decompress_symbolic_block()
349 vmask4 plane2_mask = vint4::lane_id() == vint4(scb.plane2_component); in compute_symbolic_block_difference_2plane() local
371 vint4 weight = select(vint4(plane1_weights[i]), vint4(plane2_weights[i]), plane2_mask); in compute_symbolic_block_difference_2plane()

Completed in 1 milliseconds