Searched refs:TGSI_SEMANTIC_PATCH (Results 1 – 17 of 17) sorted by relevance
158 *semantic_name = TGSI_SEMANTIC_PATCH; in tgsi_get_gl_varying_semantic()
414 uint patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
303 boolean patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
232 case TGSI_SEMANTIC_PATCH: in scan_src_operand()
195 #define TGSI_SEMANTIC_PATCH 30 /**< generic per-patch semantic */ macro
195 TGSI_SEMANTIC_PATCH, /**< generic per-patch semantic */ enumerator
863 case TGSI_SEMANTIC_PATCH: in iter_declaration()864 if (indirect && ctx->inputs[i].name == TGSI_SEMANTIC_PATCH) { in iter_declaration()912 else if (ctx->inputs[i].name == TGSI_SEMANTIC_PATCH) in iter_declaration()1113 case TGSI_SEMANTIC_PATCH: in iter_declaration()1114 if (indirect && ctx->outputs[i].name == TGSI_SEMANTIC_PATCH) { in iter_declaration()1140 else if (ctx->outputs[i].name == TGSI_SEMANTIC_PATCH) in iter_declaration()2769 …se if (ctx->prog_type == TGSI_PROCESSOR_TESS_CTRL && ctx->outputs[j].name != TGSI_SEMANTIC_PATCH) { in get_destination_info()2784 … } else if (ctx_indirect_outputs(ctx) && ctx->outputs[j].name == TGSI_SEMANTIC_PATCH) { in get_destination_info()2981 } else if (ctx->inputs[j].name == TGSI_SEMANTIC_PATCH && in get_source_info()3023 } else if (ctx->outputs[j].name == TGSI_SEMANTIC_PATCH && in get_source_info()[all …]
41 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; in nvc0_shader_input_address()70 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; in nvc0_shader_output_address()
416 case TGSI_SEMANTIC_PATCH: in si_nir_scan_shader()
2088 case TGSI_SEMANTIC_PATCH: in si_create_shader_selector()
183 case TGSI_SEMANTIC_PATCH: in si_shader_io_get_unique_index_patch()
1342 input_semantic_name[slot] = TGSI_SEMANTIC_PATCH; in st_translate_program_common()1378 output_semantic_name[slot] = TGSI_SEMANTIC_PATCH; in st_translate_program_common()
285 boolean patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || in iter_declaration()
1372 if (sn == TGSI_SEMANTIC_PATCH) in scanDeclaration()1374 if (sn == TGSI_SEMANTIC_PATCH) in scanDeclaration()1408 case TGSI_SEMANTIC_PATCH: in scanDeclaration()
942 case TGSI_SEMANTIC_PATCH: in r600_create_shader_state()
656 case TGSI_SEMANTIC_PATCH: in r600_get_lds_unique_index()
3301 TGSI_SEMANTIC_PATCH subsection