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 D | virgl_tgsi.c | 67 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_tgsi.c | 67 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 295 TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, enumerator in enum:tgsi_property_name
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 293 TGSI_PROPERTY_NUM_CLIPDIST_ENABLED, enumerator in enum:tgsi_property_name
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_program.c | 549 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 D | tgsi_scan.c | 819 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.c | 840 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
|
| H A D | tgsi_ureg.c | 2279 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderTGSI.c | 2051 ureg_property(ureg, TGSI_PROPERTY_NUM_CLIPDIST_ENABLED,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 2373 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 1269 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 1221 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 3608 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 D | r600_shader.c | 3697 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 D | svga_tgsi_vgpu10.c | 679 * control shader is always 0 because the TGSI_PROPERTY_NUM_CLIPDIST_ENABLED 2840 case TGSI_PROPERTY_NUM_CLIPDIST_ENABLED:
|
Completed in 73 milliseconds