HomeSort by: relevance | last modified time | path
    Searched defs:clip_plane_enable (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
ir3_cache.h 48 unsigned clip_plane_enable : PIPE_MAX_CLIP_PLANES; member in struct:ir3_cache_key
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_state.c 440 unsigned clip_plane_enable = get_safe(ctx->rasterizer, clip_plane_enable); variable
462 if (clip_plane_enable != get_safe(ctx->rasterizer, clip_plane_enable))
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_shader.h 94 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES; member in struct:svga_compile_key
svga_tgsi_vgpu10.c 445 else if (emit->key.clip_plane_enable) {
481 writemask &= ((emit->key.clip_plane_enable >> shift) & 0xf);
2868 emit->key.clip_plane_enable ||
3079 if (emit->key.clip_plane_enable) {
3080 unsigned n = util_bitcount(emit->key.clip_plane_enable);
3374 unsigned clip_plane_enable = emit->key.clip_plane_enable; local
3408 if (clip_plane_enable & 0xf) {
3411 clip_dist_dst = writemask_dst(&clip_dist_dst, clip_plane_enable & 0xf);
3418 clip_plane_enable >>= 4
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_shader.h 124 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES; member in struct:svga_compile_key
svga_tgsi_vgpu10.c 700 else if (emit->key.clip_plane_enable && emit->key.last_vertex_stage) {
740 writemask &= ((emit->key.clip_plane_enable >> shift) & 0xf);
5338 emit->key.clip_plane_enable ||
5598 if (emit->key.clip_plane_enable) {
5599 unsigned n = util_bitcount(emit->key.clip_plane_enable);
6057 unsigned clip_plane_enable = emit->key.clip_plane_enable; local
6091 if (clip_plane_enable & 0xf) {
6094 clip_dist_dst = writemask_dst(&clip_dist_dst, clip_plane_enable & 0xf);
6101 clip_plane_enable >>= 4
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_state.h 73 unsigned clip_plane_enable:8; member in struct:si_state_rasterizer
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state.h 82 unsigned clip_plane_enable : 8; member in struct:si_state_rasterizer
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 194 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES; member in struct:pipe_rasterizer_state
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 184 unsigned clip_plane_enable:PIPE_MAX_CLIP_PLANES; member in struct:pipe_rasterizer_state
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_pipe.h 168 unsigned clip_plane_enable; /* from rasterizer */ member in struct:r600_clip_misc_state
302 unsigned clip_plane_enable; member in struct:r600_rasterizer_state
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_pipe.h 168 unsigned clip_plane_enable; /* from rasterizer */ member in struct:r600_clip_misc_state
299 unsigned clip_plane_enable; member in struct:r600_rasterizer_state

Completed in 24 milliseconds