Searched refs:TGSI_PROPERTY_GS_INVOCATIONS (Results 1 – 13 of 13) sorted by relevance
280 #define TGSI_PROPERTY_GS_INVOCATIONS 8 macro
288 TGSI_PROPERTY_GS_INVOCATIONS, enumerator
66 info->properties[TGSI_PROPERTY_GS_INVOCATIONS] = 1; in tgsi_scan_shader()
932 ureg_property(ureg, TGSI_PROPERTY_GS_INVOCATIONS, 1); in util_make_geometry_passthrough_shader()
197 info->properties[TGSI_PROPERTY_GS_INVOCATIONS] = nir->info.gs.invocations; in si_nir_scan_shader()
2059 sel->info.properties[TGSI_PROPERTY_GS_INVOCATIONS]; in si_create_shader_selector()
781 gs->info.properties[TGSI_PROPERTY_GS_INVOCATIONS]; in draw_create_geometry_shader()
823 info->properties[TGSI_PROPERTY_GS_INVOCATIONS] = 1; in tgsi_scan_shader()
1488 ureg_property(ureg, TGSI_PROPERTY_GS_INVOCATIONS, in st_translate_geometry_program()
556 pGS->instanceCount = info->properties[TGSI_PROPERTY_GS_INVOCATIONS]; in CompileGS()
928 sel->info.properties[TGSI_PROPERTY_GS_INVOCATIONS]; in r600_create_shader_state()
1223 case TGSI_PROPERTY_GS_INVOCATIONS: in scanProperty()
1320 if (prop->Property.PropertyName == TGSI_PROPERTY_GS_INVOCATIONS) { in iter_property()