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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c32 unsigned vs_blit_property; local in function:si_get_blitter_vs
39 vs_blit_property = SI_VS_BLIT_SGPRS_POS;
44 vs_blit_property = SI_VS_BLIT_SGPRS_POS_COLOR;
50 vs_blit_property = SI_VS_BLIT_SGPRS_POS_TEXCOORD;
64 ureg_property(ureg, TGSI_PROPERTY_VS_BLIT_SGPRS, vs_blit_property);
H A Dsi_shader.c469 unsigned vs_blit_property = info->properties[TGSI_PROPERTY_VS_BLIT_SGPRS]; local in function:si_llvm_load_input_vs
471 if (vs_blit_property) {
511 if (vs_blit_property == SI_VS_BLIT_SGPRS_POS_COLOR) {
517 assert(vs_blit_property == SI_VS_BLIT_SGPRS_POS_TEXCOORD);
4536 unsigned vs_blit_property)
4543 if (vs_blit_property == SI_VS_BLIT_SGPRS_POS_COLOR) {
4548 } else if (vs_blit_property == SI_VS_BLIT_SGPRS_POS_TEXCOORD) {
4582 unsigned vs_blit_property = local in function:create_function
4601 if (vs_blit_property) {
4602 declare_vs_blit_inputs(ctx, &fninfo, vs_blit_property);
4534 declare_vs_blit_inputs(struct si_shader_context * ctx,struct si_function_info * fninfo,unsigned vs_blit_property) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c31 unsigned vs_blit_property; local in function:si_get_blitter_vs
37 vs_blit_property = SI_VS_BLIT_SGPRS_POS;
41 vs_blit_property = SI_VS_BLIT_SGPRS_POS_COLOR;
47 vs_blit_property = SI_VS_BLIT_SGPRS_POS_TEXCOORD;
61 ureg_property(ureg, TGSI_PROPERTY_VS_BLIT_SGPRS_AMD, vs_blit_property);
H A Dsi_shader_llvm_vs.c45 unsigned vs_blit_property = info->base.vs.blit_sgprs_amd; local in function:load_input_vs
47 if (vs_blit_property) {
80 if (vs_blit_property == SI_VS_BLIT_SGPRS_POS_COLOR) {
85 assert(vs_blit_property == SI_VS_BLIT_SGPRS_POS_TEXCOORD);
H A Dsi_shader.c334 static void declare_vs_blit_inputs(struct si_shader_context *ctx, unsigned vs_blit_property) argument
340 if (vs_blit_property == SI_VS_BLIT_SGPRS_POS_COLOR) {
345 } else if (vs_blit_property == SI_VS_BLIT_SGPRS_POS_TEXCOORD) {

Completed in 20 milliseconds