Searched refs:decode_etc2_alpha (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_etc_decode.c | 117 decode_etc2_alpha(struct nir_builder *b, nir_ssa_def *alpha_payload, nir_ssa_def *linear_pixel, in decode_etc2_alpha() function 297 decode_etc2_alpha(&b, nir_channels(&b, payload, 3), linear_pixel, false, NULL), 1); in build_shader() 493 val[i] = decode_etc2_alpha(&b, nir_channels(&b, payload, 3 << (2 * i)), linear_pixel, true, in build_shader()
|