Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_SAMPLEPOS (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c247 return TGSI_SEMANTIC_SAMPLEPOS; in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h184 TGSI_SEMANTIC_SAMPLEPOS, enumerator
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp449 case TGSI_SEMANTIC_SAMPLEPOS: return nv50_ir::SV_SAMPLE_POS; in translateSysVal()
1395 case TGSI_SEMANTIC_SAMPLEPOS: in scanDeclaration()
1500 if (info_out->sv[src.getIndex(0)].sn == TGSI_SEMANTIC_SAMPLEPOS) in scanInstructionSrc()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1211 d->Semantic.Name == TGSI_SEMANTIC_SAMPLEPOS) { in tgsi_declaration()
1303 { false, &ctx->fixed_pt_position_gpr, TGSI_SEMANTIC_SAMPLEID, TGSI_SEMANTIC_SAMPLEPOS } /* SAMPLEID is in Fixed Point Position GPR.w */ in allocate_system_value_inputs()
1736 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEPOS) { in tgsi_src()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c1060 * only the TGSI_SEMANTIC_SAMPLEPOS system value which contains the in translate_opcode()
4692 case TGSI_SEMANTIC_SAMPLEPOS: in emit_system_value_declaration()

Completed in 37 milliseconds