Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_shader.c4129 const char *blkarray = (ctx->prog_type == TGSI_PROCESSOR_TESS_CTRL) ? "[gl_InvocationID]" : ""; in get_destination_info_generic() local
4141 get_blockvarname(outvarname, stage_prefix, io, blkarray); in get_destination_info_generic()
4142 blkarray = outvarname; in get_destination_info_generic()
4145 vrend_shader_write_io_as_dst(result, blkarray, io, dst_reg, decl_type); in get_destination_info_generic()