Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c415 nir_component_mask(store->num_components)); in nir_lower_blend_store()
418 nir_intrinsic_set_write_mask(store, nir_component_mask(num_components)); in nir_lower_blend_store()
Dnir_lower_input_attachments.c141 nir_component_mask_t load_result_mask = nir_component_mask(load_result_size); in try_lower_input_load()
Dnir_lower_non_uniform_access.c75 channel_mask &= nir_component_mask(handle->handle->num_components); in nu_handle_compare()
Dnir_builder.h1038 return nir_channels(b, src, nir_component_mask(num_components)); in nir_trim_vector()
Dnir.h129 nir_component_mask(unsigned num_components) in nir_component_mask() function
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_nir_lower_descriptors.c452 nir_component_mask(tex->dest.ssa.num_components)); in lower_tex()
562 nir_component_mask(intr->dest.ssa.num_components)); in lower_img_intrinsic()
/third_party/mesa3d/docs/relnotes/
D22.1.2.rst84 - nir: introduce and use nir_component_mask
D22.2.0.rst2062 - nir: introduce and use nir_component_mask
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_64bit.cpp209 auto mask = nir_component_mask(nir_dest_num_components(alu->dest.dest)); in lower()