Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_GS_INPUT_PRIM (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h218 #define TGSI_PROPERTY_GS_INPUT_PRIM 0 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c476 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
Dtgsi_text.c1450 case TGSI_PROPERTY_GS_INPUT_PRIM: in parse_property()
1456 if (property_name == TGSI_PROPERTY_GS_INPUT_PRIM && in parse_property()
Dtgsi_dump.c419 case TGSI_PROPERTY_GS_INPUT_PRIM: in iter_property()
Dtgsi_build.c1239 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property()
Dtgsi_ureg.c1398 TGSI_PROPERTY_GS_INPUT_PRIM, in emit_decls()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c114 TGSI_PROPERTY_GS_INPUT_PRIM) in draw_create_geometry_shader()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp727 case TGSI_PROPERTY_GS_INPUT_PRIM: in scanProperty()