Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h280 TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c508 case TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES: in psprite_property()
Dtgsi_ureg.c2343 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, in ureg_setup_geometry_shader()
Dtgsi_exec.c1191 … if (parse.FullToken.FullProperty.Property.PropertyName == TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES) { in tgsi_exec_machine_bind_shader()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c447 info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES] = nir->info.gs.vertices_out; in nir_tgsi_scan_shader()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo.c350 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, 3); in st_pbo_create_gs()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c886 ureg_property(ureg, TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, 1); in util_make_geometry_passthrough_shader()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_gs.c828 gs->info.properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES]; in draw_create_geometry_shader()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c1946 TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES, in Shader_tgsi_translate()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1029 sel->info.properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES]; in r600_create_shader_state()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1175 case TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES: in scanProperty()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c4590 params->info->properties[TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES]; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3004 case TGSI_PROPERTY_GS_MAX_OUTPUT_VERTICES: in emit_vgpu10_property()