Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_SAMPLEPOS (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c245 return TGSI_SEMANTIC_SAMPLEPOS; in tgsi_get_sysval_semantic()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h190 TGSI_SEMANTIC_SAMPLEPOS, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h191 #define TGSI_SEMANTIC_SAMPLEPOS 25 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp449 case TGSI_SEMANTIC_SAMPLEPOS: return nv50_ir::SV_SAMPLE_POS; in translateSysVal()
1389 case TGSI_SEMANTIC_SAMPLEPOS: in scanDeclaration()
1479 if (info_out->sv[src.getIndex(0)].sn == TGSI_SEMANTIC_SAMPLEPOS) in scanInstructionSrc()
/external/virglrenderer/src/
Dvrend_shader.c1566 } else if (decl->Semantic.Name == TGSI_SEMANTIC_SAMPLEPOS) { in iter_declaration()
4260 } else if (ctx->system_values[j].name == TGSI_SEMANTIC_SAMPLEPOS) { in get_source_info()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1192 d->Semantic.Name == TGSI_SEMANTIC_SAMPLEPOS) { in tgsi_declaration()
1284 …{ false, &ctx->fixed_pt_position_gpr, TGSI_SEMANTIC_SAMPLEID, TGSI_SEMANTIC_SAMPLEPOS } /* SAMPLEI… in allocate_system_value_inputs()
1720 …se if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEPOS) { in tgsi_src()
/external/mesa3d/docs/gallium/
Dtgsi.rst3310 TGSI_SEMANTIC_SAMPLEPOS subsection
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6843 semName == TGSI_SEMANTIC_SAMPLEPOS) in st_translate_program()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4441 case TGSI_SEMANTIC_SAMPLEPOS: in emit_system_value_declaration()