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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h150 unsigned images_load; /**< bitmask of images using loads */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c313 info->images_load = info->images_declared;
315 info->images_load |= 1 << src->Register.Index;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h153 unsigned images_load; /**< bitmask of images using loads */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c322 info->images_load = info->images_declared;
324 info->images_load |= 1 << src->Register.Index;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c698 info->images_load |

Completed in 8 milliseconds