Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_TESSCOORD (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c255 return TGSI_SEMANTIC_TESSCOORD; in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h190 TGSI_SEMANTIC_TESSCOORD, /**< coordinate being processed by tess */ enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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/gallium/drivers/r600/
H A Dr600_shader.c1238 else if (d->Semantic.Name == TGSI_SEMANTIC_TESSCOORD) { in tgsi_declaration()
1770 } else 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/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp452 case TGSI_SEMANTIC_TESSCOORD: return nv50_ir::SV_TESS_COORD; in translateSysVal()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1546 case TGSI_SEMANTIC_TESSCOORD: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4752 case TGSI_SEMANTIC_TESSCOORD: in emit_system_value_declaration()

Completed in 42 milliseconds