Searched refs:TGSI_PROPERTY_GS_OUTPUT_PRIM (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp182 topology = (pipe_prim_type)ctx->gs->info.base.properties[TGSI_PROPERTY_GS_OUTPUT_PRIM];
H A Dswr_shader.cpp556 swr_convert_prim_topology(info->properties[TGSI_PROPERTY_GS_OUTPUT_PRIM]);
676 u_vertices_per_prim((pipe_prim_type)info->properties[TGSI_PROPERTY_GS_OUTPUT_PRIM]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h281 TGSI_PROPERTY_GS_OUTPUT_PRIM, enumerator in enum:tgsi_property_name
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h279 TGSI_PROPERTY_GS_OUTPUT_PRIM, enumerator in enum:tgsi_property_name
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_fs.c224 prim_mode = shader->info.properties[TGSI_PROPERTY_GS_OUTPUT_PRIM];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_draw.cpp222 topology = (pipe_prim_type)ctx->gs->info.base.properties[TGSI_PROPERTY_GS_OUTPUT_PRIM];
H A Dswr_shader.cpp1505 swr_convert_prim_topology(info->properties[TGSI_PROPERTY_GS_OUTPUT_PRIM], 0);
1639 u_vertices_per_prim((pipe_prim_type)info->properties[TGSI_PROPERTY_GS_OUTPUT_PRIM]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_point_sprite.c486 case TGSI_PROPERTY_GS_OUTPUT_PRIM:
H A Dtgsi_dump.c495 case TGSI_PROPERTY_GS_OUTPUT_PRIM:
H A Dtgsi_text.c1796 case TGSI_PROPERTY_GS_OUTPUT_PRIM:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_point_sprite.c486 case TGSI_PROPERTY_GS_OUTPUT_PRIM:
H A Dtgsi_dump.c479 case TGSI_PROPERTY_GS_OUTPUT_PRIM:
H A Dtgsi_text.c1796 case TGSI_PROPERTY_GS_OUTPUT_PRIM:
H A Dtgsi_ureg.c2325 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c1875 TGSI_PROPERTY_GS_OUTPUT_PRIM,
1881 TGSI_PROPERTY_GS_OUTPUT_PRIM,
1887 TGSI_PROPERTY_GS_OUTPUT_PRIM,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c823 gs->info.properties[TGSI_PROPERTY_GS_OUTPUT_PRIM];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c377 info->properties[TGSI_PROPERTY_GS_OUTPUT_PRIM] = nir->info.gs.output_primitive;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_pbo.c366 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM, PIPE_PRIM_TRIANGLE_STRIP);
H A Dst_program.c1613 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c979 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM, PIPE_PRIM_POINTS);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_simple_shaders.c869 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM, PIPE_PRIM_POINTS);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_pbo.c360 ureg_property(ureg, TGSI_PROPERTY_GS_OUTPUT_PRIM, PIPE_PRIM_TRIANGLE_STRIP);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c817 gs->info.properties[TGSI_PROPERTY_GS_OUTPUT_PRIM];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c454 info->properties[TGSI_PROPERTY_GS_OUTPUT_PRIM] = nir->info.gs.output_primitive;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c931 sel->info.properties[TGSI_PROPERTY_GS_OUTPUT_PRIM];

Completed in 49 milliseconds

12