Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_NUM_CLIPDIST_ENABLED (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h293 TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, enumerator
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c149 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in virgl_tgsi_transform_property()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c842 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in scan_property()
Dtgsi_ureg.c2299 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, in ureg_setup_clipdist_info()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c2051 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, in Shader_tgsi_translate()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2396 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in ttn_compile_init()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1221 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in scanProperty()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c3710 ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED])) - 1; in r600_shader_from_tgsi()
3711 shader->clip_dist_write = (1 << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED]) - 1; in r600_shader_from_tgsi()
3712 …SI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED]; in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3014 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED: in emit_vgpu10_property()