Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_VS_BLIT_SGPRS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h262 TGSI_PROPERTY_VS_BLIT_SGPRS = TGSI_PROPERTY_FS_COORD_ORIGIN, enumerator
Dsi_state_shaders.c867 if (info->properties[TGSI_PROPERTY_VS_BLIT_SGPRS]) { in si_shader_vs()
869 info->properties[TGSI_PROPERTY_VS_BLIT_SGPRS]; in si_shader_vs()
2029 !sel->info.properties[TGSI_PROPERTY_VS_BLIT_SGPRS]; in si_create_shader_selector()
2303 sctx->num_vs_blit_sgprs = sel ? sel->info.properties[TGSI_PROPERTY_VS_BLIT_SGPRS] : 0; in si_bind_vs_shader()
3439 ureg_property(ureg, TGSI_PROPERTY_VS_BLIT_SGPRS, vs_blit_property); in si_get_blit_vs()
Dsi_shader.c489 ctx->shader->selector->info.properties[TGSI_PROPERTY_VS_BLIT_SGPRS]; in si_llvm_load_input_vs()
4652 shader->selector->info.properties[TGSI_PROPERTY_VS_BLIT_SGPRS]; in create_function()