Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_SAMPLEID (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c245 return TGSI_SEMANTIC_SAMPLEID; in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h183 TGSI_SEMANTIC_SAMPLEID, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp257 ShaderInput input(ninputs(), TGSI_SEMANTIC_SAMPLEID); in do_allocate_reserved_registers() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp448 case TGSI_SEMANTIC_SAMPLEID: return nv50_ir::SV_SAMPLE_INDEX; in translateSysVal()
1394 case TGSI_SEMANTIC_SAMPLEID: in scanDeclaration()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c641 case TGSI_SEMANTIC_SAMPLEID: in ttn_src_for_file_and_index()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1210 d->Semantic.Name == TGSI_SEMANTIC_SAMPLEID || 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()
1418 ctx->info.input_semantic_name[i] == TGSI_SEMANTIC_SAMPLEID) in evergreen_gpr_count()
1730 } else if (ctx->info.system_value_semantic_name[tgsi_src->Register.Index] == TGSI_SEMANTIC_SAMPLEID) { in tgsi_src()
H A Dr600_state.c2468 if (rshader->input[i].name == TGSI_SEMANTIC_SAMPLEID) in r600_update_ps_state()
H A Devergreen_state.c3361 else if (rshader->input[i].name == TGSI_SEMANTIC_SAMPLEID) { in evergreen_update_ps_state()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1565 case TGSI_SEMANTIC_SAMPLEID: in emit_fetch_system_value()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4677 case TGSI_SEMANTIC_SAMPLEID: in emit_system_value_declaration()
5044 else if (semantic_name == TGSI_SEMANTIC_SAMPLEID) { in emit_fs_input_declarations()

Completed in 60 milliseconds