Searched refs:TGSI_PROPERTY_GS_INPUT_PRIM (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 278 TGSI_PROPERTY_GS_INPUT_PRIM, enumerator
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 1905 TGSI_PROPERTY_GS_INPUT_PRIM, in Shader_tgsi_translate() 1912 TGSI_PROPERTY_GS_INPUT_PRIM, in Shader_tgsi_translate() 1919 TGSI_PROPERTY_GS_INPUT_PRIM, in Shader_tgsi_translate() 1926 TGSI_PROPERTY_GS_INPUT_PRIM, in Shader_tgsi_translate() 1933 TGSI_PROPERTY_GS_INPUT_PRIM, in Shader_tgsi_translate()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_sanity.c | 490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property()
|
H A D | tgsi_dump.c | 478 case TGSI_PROPERTY_GS_INPUT_PRIM: in iter_property()
|
H A D | tgsi_text.c | 1795 case TGSI_PROPERTY_GS_INPUT_PRIM: in parse_property() 1801 if (property_name == TGSI_PROPERTY_GS_INPUT_PRIM && in parse_property()
|
H A D | tgsi_scan.c | 928 info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]; in tgsi_scan_shader()
|
H A D | tgsi_build.c | 1296 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property()
|
H A D | tgsi_ureg.c | 2339 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, in ureg_setup_geometry_shader()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi.c | 481 info->gs.in_prim = tgsi_info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]; in svga_tgsi_scan_shader()
|
H A D | svga_tgsi_vgpu10.c | 2991 case TGSI_PROPERTY_GS_INPUT_PRIM: in emit_vgpu10_property()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.c | 348 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, PIPE_PRIM_TRIANGLES); in st_pbo_create_gs()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi_info.c | 445 info->properties[TGSI_PROPERTY_GS_INPUT_PRIM] = nir->info.gs.input_primitive; in nir_tgsi_scan_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_gs.c | 824 gs->info.properties[TGSI_PROPERTY_GS_INPUT_PRIM]; in draw_create_geometry_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 884 ureg_property(ureg, TGSI_PROPERTY_GS_INPUT_PRIM, PIPE_PRIM_POINTS); in util_make_geometry_passthrough_shader()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 1187 case TGSI_PROPERTY_GS_INPUT_PRIM: in scanProperty()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_soa.c | 1164 int index_limit = u_vertices_per_prim(info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]); in emit_fetch_gs_input()
|
Completed in 45 milliseconds