Searched refs:patch_ios (Results 1 – 1 of 1) sorted by relevance
197 struct vrend_patch_ios patch_ios; member3641 …struct vrend_shader_io *io = ctx->patch_ios.output_range.used ? &ctx->patch_ios.output_range.io : … in get_destination_info()3996 …struct vrend_shader_io *io = ctx->patch_ios.input_range.used ? &ctx->patch_ios.input_range.io : &c… in get_source_info()4040 …struct vrend_shader_io *io = ctx->patch_ios.output_range.used ? &ctx->patch_ios.output_range.io : … in get_source_info()4377 …if (ctx->inputs[i].sid < ctx->patch_ios.input_range.io.sid || ctx->patch_ios.input_range.used == f… in rewrite_io_ranged()4378 ctx->patch_ios.input_range.io.first = i; in rewrite_io_ranged()4379 ctx->patch_ios.input_range.io.usage_mask = 0xf; in rewrite_io_ranged()4380 ctx->patch_ios.input_range.io.name = TGSI_SEMANTIC_PATCH; in rewrite_io_ranged()4381 ctx->patch_ios.input_range.io.sid = ctx->inputs[i].sid; in rewrite_io_ranged()4382 ctx->patch_ios.input_range.used = true; in rewrite_io_ranged()[all …]