Searched refs:clip1_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
934 l->clip1_loc = 0xff;
960 l->clip1_loc = fs->inputs[j].inloc;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c401 uint8_t clip1_loc = l.clip1_loc; local in function:fd5_program_emit
431 if (clip1_loc == 0xff && VALIDREG(clip1_regid) &&
433 clip1_loc = l.max_loc;
694 A5XX_VPC_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_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
554 clip1_loc = l.clip1_loc;
590 if (clip1_loc == 0xff && VALIDREG(clip1_regid) &&
592 clip1_loc = l.max_loc;
737 A6XX_VPC_DS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc));
991 A6XX_VPC_GS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc));
1025 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc));
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c971 .clip1_loc = 0xff,
1039 uint32_t clip0_loc = linkage.clip0_loc, clip1_loc = linkage.clip1_loc; local in function:tu6_emit_vpc
1044 if (clip1_loc == 0xff && clip1_regid != regid(63, 0)) {
1045 clip1_loc = linkage.max_loc;
1088 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc));

Completed in 10 milliseconds