Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_TESSCOORD (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c255 return TGSI_SEMANTIC_TESSCOORD; in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h190 TGSI_SEMANTIC_TESSCOORD, /**< coordinate being processed by tess */ enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c56 case TGSI_SEMANTIC_TESSCOORD: return 0x2f0; in nvc0_shader_input_address()
254 case TGSI_SEMANTIC_TESSCOORD: in nvc0_vtgp_gen_header()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp452 case TGSI_SEMANTIC_TESSCOORD: return nv50_ir::SV_TESS_COORD; in translateSysVal()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1546 case TGSI_SEMANTIC_TESSCOORD: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1238 else if (d->Semantic.Name == TGSI_SEMANTIC_TESSCOORD) { in tgsi_declaration()
1770 …se if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_TESSCOORD) { in tgsi_src()
3609 if (ctx.info.system_value_semantic_name[i] == TGSI_SEMANTIC_TESSCOORD) in r600_shader_from_tgsi()
/third_party/mesa3d/docs/gallium/
Dtgsi.rst3394 TGSI_SEMANTIC_TESSCOORD subsection
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4752 case TGSI_SEMANTIC_TESSCOORD: in emit_system_value_declaration()