Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h154 unsigned images_load; /**< bitmask of images using loads */ member
Dtgsi_scan.c322 info->images_load = info->images_declared; in scan_src_operand()
324 info->images_load |= 1 << src->Register.Index; in scan_src_operand()