Searched refs:TGSI_PROPERTY_NUM_CLIPDIST_ENABLED (Results 1 – 9 of 9) sorted by relevance
59 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in virgl_tgsi_transform_property()
287 #define TGSI_PROPERTY_NUM_CLIPDIST_ENABLED 15 macro
295 TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, enumerator
437 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in tgsi_scan_shader()
477 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, in st_translate_vertex_program()1309 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, in st_translate_program_common()
793 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in scan_property()
3361 ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED])) - 1; in r600_shader_from_tgsi()3362 shader->clip_dist_write = (1 << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED]) - 1; in r600_shader_from_tgsi()3363 …SI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED]; in r600_shader_from_tgsi()
1264 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in scanProperty()
1324 if (prop->Property.PropertyName == TGSI_PROPERTY_NUM_CLIPDIST_ENABLED) { in iter_property()