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

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_copy.c445 unsigned ndstcomps = util_format_get_nr_components(dstfmt); local in function:panvk_meta_copy_img2img_shader
503 texel = nir_channels(&b, texel, (1 << ndstcomps) - 1);
504 outtype = glsl_vector_type(basetype, ndstcomps);
511 unsigned fullmask = (1 << ndstcomps) - 1;
516 for (unsigned i = 0; i < ndstcomps; i++) {
523 texel = nir_vec(&b, dstcomps, ndstcomps);

Completed in 5 milliseconds