Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h145 unsigned msaa_images_declared; /**< bitmask of declared MSAA images */ member
Dtgsi_scan.c300 info->msaa_images_declared = info->images_declared; in scan_src_operand()
302 info->msaa_images_declared |= 1 << src->Register.Index; in scan_src_operand()
575 info->msaa_images_declared = info->images_declared; in scan_instruction()
577 info->msaa_images_declared |= 1 << dst->Register.Index; in scan_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2341 BITSET_SET32(s->info.msaa_images, scan.msaa_images_declared); in ttn_compile_init()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst2420 - tgsi/scan: add tgsi_shader_info::msaa_images_declared
D20.3.0.rst3399 - radeonsi: remove info::samplers_declared, image_buffers, msaa_images_declared