Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h58 ubyte num_system_values; member
Dtgsi_scan.c347 info->num_system_values = MAX2(info->num_system_values, in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h60 ubyte num_system_values; member
Dtgsi_scan.c648 info->num_system_values = MAX2(info->num_system_values, index + 1); in scan_declaration()
/external/virglrenderer/src/
Dvrend_shader.c141 uint32_t num_system_values; member
1218 i = ctx->num_system_values++; in iter_declaration()
1219 if (ctx->num_system_values > ARRAY_SIZE(ctx->system_values)) { in iter_declaration()
3221 for (uint32_t j = 0; j < ctx->num_system_values; j++) in get_source_info()