Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c135 *semantic_name = TGSI_SEMANTIC_TESSINNER; in tgsi_get_gl_varying_semantic()
Dtgsi_scan.c235 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()
Dtgsi_sanity.c416 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER; in iter_declaration()
Dtgsi_dump.c304 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in iter_declaration()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h198 #define TGSI_SEMANTIC_TESSINNER 33 /**< inner tessellation levels */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h198 TGSI_SEMANTIC_TESSINNER, /**< inner tessellation levels */ enumerator
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c40 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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c419 case TGSI_SEMANTIC_TESSINNER: in si_nir_scan_shader()
Dsi_shader.c181 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()
Dsi_state_shaders.c2076 (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()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c286 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in iter_declaration()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp456 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()
/external/virglrenderer/src/
Dvrend_shader.c1088 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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c940 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()
Dr600_shader.c654 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()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5445 return TGSI_SEMANTIC_TESSINNER; in _mesa_sysval_to_semantic()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3323 TGSI_SEMANTIC_TESSINNER subsection