Searched refs:TGSI_SEMANTIC_TESSINNER (Results 1 – 17 of 17) sorted by relevance
135 *semantic_name = TGSI_SEMANTIC_TESSINNER; in tgsi_get_gl_varying_semantic()
235 case TGSI_SEMANTIC_TESSINNER: in scan_src_operand()678 case TGSI_SEMANTIC_TESSINNER: in scan_declaration()993 if (name == TGSI_SEMANTIC_TESSINNER) in get_inst_tessfactor_writemask()
416 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER; in iter_declaration()
304 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in iter_declaration()
198 #define TGSI_SEMANTIC_TESSINNER 33 /**< inner tessellation levels */ macro
198 TGSI_SEMANTIC_TESSINNER, /**< inner tessellation levels */ enumerator
40 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; in nvc0_shader_input_address()69 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; in nvc0_shader_output_address()
419 case TGSI_SEMANTIC_TESSINNER: in si_nir_scan_shader()
181 case TGSI_SEMANTIC_TESSINNER: in si_shader_io_get_unique_index_patch()1395 if (name == TGSI_SEMANTIC_TESSINNER || in store_output_tcs()1401 is_tess_inner = name == TGSI_SEMANTIC_TESSINNER; in store_output_tcs()1509 if (name == TGSI_SEMANTIC_TESSINNER || in si_nir_store_output_tcs()1515 is_tess_inner = name == TGSI_SEMANTIC_TESSINNER; in si_nir_store_output_tcs()1956 semantic_name = TGSI_SEMANTIC_TESSINNER; in si_load_tess_level()2091 case TGSI_SEMANTIC_TESSINNER: in si_load_system_value()3145 tess_inner_index = si_shader_io_get_unique_index_patch(TGSI_SEMANTIC_TESSINNER, 0); in si_write_tess_factors()3239 TGSI_SEMANTIC_TESSINNER, 0); in si_write_tess_factors()
2076 (1ull << si_shader_io_get_unique_index_patch(TGSI_SEMANTIC_TESSINNER, 0)) | in si_create_shader_selector()2086 case TGSI_SEMANTIC_TESSINNER: in si_create_shader_selector()3136 tessinner = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, 0); in si_generate_fixed_func_tcs()
286 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in iter_declaration()
456 case TGSI_SEMANTIC_TESSINNER: return nv50_ir::SV_TESS_INNER; in translateSysVal()1412 case TGSI_SEMANTIC_TESSINNER: in scanDeclaration()1453 case TGSI_SEMANTIC_TESSINNER: in scanDeclaration()
1088 case TGSI_SEMANTIC_TESSINNER: in iter_declaration()1262 } else if (decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER) { in iter_declaration()2746 ctx->outputs[j].name == TGSI_SEMANTIC_TESSINNER || in get_destination_info()3235 } else if (ctx->system_values[j].name == TGSI_SEMANTIC_TESSINNER || in get_source_info()
940 case TGSI_SEMANTIC_TESSINNER: in r600_create_shader_state()1548 tessinner = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, 0); in r600_generate_fixed_func_tcs()
654 case TGSI_SEMANTIC_TESSINNER: in r600_get_lds_unique_index()1014 else if (d->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in tgsi_declaration()1017 int dreg = d->Semantic.Name == TGSI_SEMANTIC_TESSINNER ? 3 : 2; in tgsi_declaration()1436 …se if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSINNER) { in tgsi_src()2942 if (ctx->shader->output[j].name == TGSI_SEMANTIC_TESSINNER) in r600_emit_tess_factor()3264 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_TESSINNER || in r600_shader_from_tgsi()
5445 return TGSI_SEMANTIC_TESSINNER; in _mesa_sysval_to_semantic()
3323 TGSI_SEMANTIC_TESSINNER subsection