Searched refs:TGSI_PROPERTY_NUM_CLIPDIST_ENABLED (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c67 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c67 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h295 TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, enumerator in enum:tgsi_property_name
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h293 TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, enumerator in enum:tgsi_property_name
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_program.c549 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED,
1434 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c819 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c840 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
H A Dtgsi_ureg.c2279 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c2051 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2373 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1269 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1221 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3608 ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED])) - 1;
3609 shader->clip_dist_write = (1 << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED]) - 1;
3610 shader->cull_dist_write = ((1 << ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3697 ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED])) - 1;
3698 shader->clip_dist_write = (1 << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED]) - 1;
3699 shader->cull_dist_write = ((1 << ctx.info.properties[TGSI_PROPERTY_NUM_CULLDIST_ENABLED]) - 1) << ctx.info.properties[TGSI_PROPERTY_NUM_CLIPDIST_ENABLED];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c679 * control shader is always 0 because the TGSI_PROPERTY_NUM_CLIPDIST_ENABLED
2840 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:

Completed in 73 milliseconds