Home
last modified time | relevance | path

Searched refs:clip1_loc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c329 uint8_t clip0_loc, clip1_loc; in setup_stateobj() local
498 clip1_loc = l.clip1_loc; in setup_stateobj()
533 if (clip1_loc == 0xff && VALIDREG(clip1_regid) && (clip_cull_mask >> 4) != 0) { in setup_stateobj()
534 clip1_loc = l.max_loc; in setup_stateobj()
642 A6XX_VPC_DS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
861 A6XX_VPC_GS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
887 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
/external/mesa3d/src/freedreno/ir3/
Dir3_shader.h874 uint8_t clip0_loc, clip1_loc; member
917 l->clip1_loc = 0xff; in ir3_link_shaders()
943 l->clip1_loc = fs->inputs[j].inloc; in ir3_link_shaders()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c832 .clip1_loc = 0xff, in tu6_emit_vpc()
902 uint32_t clip0_loc = linkage.clip0_loc, clip1_loc = linkage.clip1_loc; in tu6_emit_vpc() local
907 if (clip1_loc == 0xff && clip1_regid != regid(63, 0)) { in tu6_emit_vpc()
908 clip1_loc = linkage.max_loc; in tu6_emit_vpc()
951 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in tu6_emit_vpc()