Searched refs:blkarray (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_shader.c | 3478 const char *blkarray = (ctx->prog_type == TGSI_PROCESSOR_TESS_CTRL) ? "[gl_InvocationID]" : ""; in get_destination_info_generic() local 3486 snprintf(dsts, 255, "%s%s%s", io->glsl_name, blkarray, wm); in get_destination_info_generic() 3490 get_blockvarname(outvarname, stage_prefix, io, blkarray); in get_destination_info_generic() 3500 snprintf(dsts, 255, "%s%s[addr%d + %d]%s", io->glsl_name, blkarray, in get_destination_info_generic() 3503 snprintf(dsts, 255, "%s%s[%d]%s", io->glsl_name, blkarray, in get_destination_info_generic()
|