Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h284 TGSI_PROPERTY_GS_INPUT_PRIM, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h273 #define TGSI_PROPERTY_GS_INPUT_PRIM 0 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c475 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
Dtgsi_scan.c462 info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]; in tgsi_scan_shader()
Dtgsi_text.c1771 case TGSI_PROPERTY_GS_INPUT_PRIM: in parse_property()
1777 if (property_name == TGSI_PROPERTY_GS_INPUT_PRIM && in parse_property()
Dtgsi_dump.c462 case TGSI_PROPERTY_GS_INPUT_PRIM: in iter_property()
Dtgsi_build.c1283 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
Dtgsi_text.c1795 case TGSI_PROPERTY_GS_INPUT_PRIM: in parse_property()
1801 if (property_name == TGSI_PROPERTY_GS_INPUT_PRIM && in parse_property()
Dtgsi_dump.c494 case TGSI_PROPERTY_GS_INPUT_PRIM: in iter_property()
Dtgsi_build.c1300 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property()
Dtgsi_scan.c927 info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]; in tgsi_scan_shader()
Dtgsi_ureg.c2307 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, in ureg_setup_geometry_shader()
/external/mesa3d/src/mesa/state_tracker/
Dst_pbo.c354 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, PIPE_PRIM_TRIANGLES); in st_pbo_create_gs()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c453 info->properties[TGSI_PROPERTY_GS_INPUT_PRIM] = nir->info.gs.input_primitive; in nir_tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c868 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, PIPE_PRIM_POINTS); in util_make_geometry_passthrough_shader()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c835 gs->info.properties[TGSI_PROPERTY_GS_INPUT_PRIM]; in draw_create_geometry_shader()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c1164 int index_limit = u_vertices_per_prim(info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]); in emit_fetch_gs_input()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1182 case TGSI_PROPERTY_GS_INPUT_PRIM: in scanProperty()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2817 case TGSI_PROPERTY_GS_INPUT_PRIM: in emit_vgpu10_property()
/external/virglrenderer/src/
Dvrend_shader.c1649 case TGSI_PROPERTY_GS_INPUT_PRIM: in iter_property()