Searched refs:clip0_loc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_shader.h891 uint8_t clip0_loc, clip1_loc; member in struct:ir3_shader_linkage
933 l->clip0_loc = 0xff;
957 l->clip0_loc = fs->inputs[j].inloc;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c400 uint8_t clip0_loc = l.clip0_loc; local in function:fd5_program_emit
425 if (clip0_loc == 0xff && VALIDREG(clip0_regid) &&
427 clip0_loc = l.max_loc;
693 A5XX_VPC_CLIP_CNTL_CLIP_DIST_03_LOC(clip0_loc) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c371 uint8_t clip0_loc, clip1_loc; local in function:setup_stateobj
553 clip0_loc = l.clip0_loc;
584 if (clip0_loc == 0xff && VALIDREG(clip0_regid) &&
586 clip0_loc = l.max_loc;
736 A6XX_VPC_DS_CLIP_CNTL_CLIP_DIST_03_LOC(clip0_loc) |
990 A6XX_VPC_GS_CLIP_CNTL_CLIP_DIST_03_LOC(clip0_loc) |
1024 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_03_LOC(clip0_loc) |
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c970 .clip0_loc = 0xff,
1039 uint32_t clip0_loc = linkage.clip0_loc, clip1_loc = linkage.clip1_loc; local in function:tu6_emit_vpc
1040 if (clip0_loc == 0xff && clip0_regid != regid(63, 0)) {
1041 clip0_loc = linkage.max_loc;
1087 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_03_LOC(clip0_loc) |

Completed in 13 milliseconds