Home
last modified time | relevance | path

Searched refs:images_store (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h152 unsigned images_store; /**< bitmask of images using stores */ member
Dtgsi_scan.c581 info->images_store = info->images_declared; in scan_instruction()
583 info->images_store |= 1 << dst->Register.Index; in scan_instruction()