Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c139 *semantic_name = TGSI_SEMANTIC_TESSINNER; in tgsi_get_gl_varying_semantic()
261 return TGSI_SEMANTIC_TESSINNER; in tgsi_get_sysval_semantic()
Dtgsi_scan.c236 case TGSI_SEMANTIC_TESSINNER: in scan_src_operand()
726 case TGSI_SEMANTIC_TESSINNER: in scan_declaration()
1042 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/mesa3d/src/gallium/drivers/svga/
Dsvga_state_ts.c237 case TGSI_SEMANTIC_TESSINNER: in make_tes_key()
271 case TGSI_SEMANTIC_TESSINNER: in make_tes_key()
Dsvga_tgsi_vgpu10.c3186 case TGSI_SEMANTIC_TESSINNER: in needs_control_point_phase()
4182 case TGSI_SEMANTIC_TESSINNER: in emit_tcs_output_declarations()
4526 case TGSI_SEMANTIC_TESSINNER: in emit_system_value_declaration()
5109 } else if (sem_name != TGSI_SEMANTIC_TESSINNER && in emit_tes_input_declarations()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h198 TGSI_SEMANTIC_TESSINNER, /**< inner tessellation levels */ enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h199 #define TGSI_SEMANTIC_TESSINNER 33 /**< inner tessellation levels */ macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c42 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; in nvc0_shader_input_address()
71 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; in nvc0_shader_output_address()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c102 tessinner = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, 0); in si_create_fixed_func_tcs()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_tess.c280 TGSI_SEMANTIC_TESSINNER, 0, shader->input_info); in llvm_fetch_tess_factors()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c747 case TGSI_SEMANTIC_TESSINNER: in nir_tgsi_scan_shader()
Dtgsi_to_nir.c147 case TGSI_SEMANTIC_TESSINNER: in tgsi_varying_semantic_to_slot()
385 var->data.patch = semantic_name == TGSI_SEMANTIC_TESSINNER || in ttn_emit_declaration()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c286 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in iter_declaration()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1113 if (name == TGSI_SEMANTIC_TESSOUTER || name == TGSI_SEMANTIC_TESSINNER) { in swr_tcs_llvm_fetch_output()
1217 if (name == TGSI_SEMANTIC_TESSOUTER || name == TGSI_SEMANTIC_TESSINNER) { in swr_tcs_llvm_store_output()
1884 case TGSI_SEMANTIC_TESSINNER: in CompileTES()
2178 case TGSI_SEMANTIC_TESSINNER: in CompileTCS()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c1138 dst[num_regs] = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, in util_make_tess_ctrl_passthrough_shader()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp454 case TGSI_SEMANTIC_TESSINNER: return nv50_ir::SV_TESS_INNER; in translateSysVal()
1364 case TGSI_SEMANTIC_TESSINNER: in scanDeclaration()
1405 case TGSI_SEMANTIC_TESSINNER: in scanDeclaration()
Dnv50_ir_from_nir.cpp1109 if (var->data.patch && name != TGSI_SEMANTIC_TESSINNER && in assignSlots()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c968 case TGSI_SEMANTIC_TESSINNER: in r600_create_shader_state()
1588 tessinner = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, 0); in r600_generate_fixed_func_tcs()
Dr600_shader.c744 case TGSI_SEMANTIC_TESSINNER: in r600_get_lds_unique_index()
1200 else if (d->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in tgsi_declaration()
1203 int dreg = d->Semantic.Name == TGSI_SEMANTIC_TESSINNER ? 3 : 2; in tgsi_declaration()
1756 …se if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSINNER) { in tgsi_src()
3261 if (ctx->shader->output[j].name == TGSI_SEMANTIC_TESSINNER) in r600_emit_tess_factor()
3593 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_TESSINNER || in r600_shader_from_tgsi()
/external/virglrenderer/src/
Dvrend_shader.c1422 case TGSI_SEMANTIC_TESSINNER: in iter_declaration()
1586 } else if (decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER) { in iter_declaration()
3613 ctx->outputs[j].name == TGSI_SEMANTIC_TESSINNER || in get_destination_info()
4252 } else if (ctx->system_values[j].name == TGSI_SEMANTIC_TESSINNER || in get_source_info()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1572 case TGSI_SEMANTIC_TESSINNER: in emit_fetch_system_value()
/external/mesa3d/docs/gallium/
Dtgsi.rst3406 TGSI_SEMANTIC_TESSINNER subsection