Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c141 *semantic_name = TGSI_SEMANTIC_TESSINNER; in tgsi_get_gl_varying_semantic()
263 return TGSI_SEMANTIC_TESSINNER; in tgsi_get_sysval_semantic()
H A Dtgsi_scan.c236 case TGSI_SEMANTIC_TESSINNER: in scan_src_operand()
727 case TGSI_SEMANTIC_TESSINNER: in scan_declaration()
1043 if (name == TGSI_SEMANTIC_TESSINNER) in get_inst_tessfactor_writemask()
H A Dtgsi_sanity.c416 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER; in iter_declaration()
H A Dtgsi_dump.c304 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in iter_declaration()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c358 case TGSI_SEMANTIC_TESSINNER: in svga_tgsi_to_gl_varying_semantic()
490 case TGSI_SEMANTIC_TESSINNER: in svga_tgsi_scan_shader()
507 case TGSI_SEMANTIC_TESSINNER: in svga_tgsi_scan_shader()
H A Dsvga_tgsi_vgpu10.c3414 case TGSI_SEMANTIC_TESSINNER: in needs_control_point_phase()
4433 case TGSI_SEMANTIC_TESSINNER: in emit_tcs_output_declarations()
4777 case TGSI_SEMANTIC_TESSINNER: in emit_system_value_declaration()
5412 } else if (sem_name != TGSI_SEMANTIC_TESSINNER && in emit_tes_input_declarations()
11962 * tessfactor vector similar to TGSI_SEMANTIC_TESSINNER/OUTER filled with
11964 * TGSI_SEMANTIC_TESSINNER/OUTER is used in shader.
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h192 TGSI_SEMANTIC_TESSINNER, /**< inner tessellation levels */ enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_tess.c280 TGSI_SEMANTIC_TESSINNER, 0, shader->input_info); in llvm_fetch_tess_factors()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c743 case TGSI_SEMANTIC_TESSINNER: in nir_tgsi_scan_shader()
H A Dtgsi_to_nir.c149 case TGSI_SEMANTIC_TESSINNER: in tgsi_varying_semantic_to_slot()
387 var->data.patch = semantic_name == TGSI_SEMANTIC_TESSINNER || in ttn_emit_declaration()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c1154 dst[num_regs] = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, in util_make_tess_ctrl_passthrough_shader()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp454 case TGSI_SEMANTIC_TESSINNER: return nv50_ir::SV_TESS_INNER; in translateSysVal()
1370 case TGSI_SEMANTIC_TESSINNER: in scanDeclaration()
1411 case TGSI_SEMANTIC_TESSINNER: in scanDeclaration()
H A Dnv50_ir_from_nir.cpp1117 if (var->data.patch && name != TGSI_SEMANTIC_TESSINNER && in assignSlots()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c1043 case TGSI_SEMANTIC_TESSINNER: in r600_create_shader_state()
1683 tessinner = ureg_DECL_output(ureg, TGSI_SEMANTIC_TESSINNER, 0); in r600_generate_fixed_func_tcs()
H A Dr600_shader.c761 case TGSI_SEMANTIC_TESSINNER: in r600_get_lds_unique_index()
1219 else if (d->Semantic.Name == TGSI_SEMANTIC_TESSINNER || in tgsi_declaration()
1222 int dreg = d->Semantic.Name == TGSI_SEMANTIC_TESSINNER ? 3 : 2; in tgsi_declaration()
1772 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSINNER) { in tgsi_src()
3277 if (ctx->shader->output[j].name == TGSI_SEMANTIC_TESSINNER) in r600_emit_tess_factor()
3611 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_TESSINNER || in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1577 case TGSI_SEMANTIC_TESSINNER: in emit_fetch_system_value()

Completed in 58 milliseconds