Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c369 uint8_t clip0_loc, clip1_loc; in setup_stateobj() local
550 clip1_loc = l.clip1_loc; in setup_stateobj()
586 if (clip1_loc == 0xff && VALIDREG(clip1_regid) && in setup_stateobj()
588 clip1_loc = l.max_loc; in setup_stateobj()
733 A6XX_VPC_DS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
987 A6XX_VPC_GS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
1021 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h891 uint8_t clip0_loc, clip1_loc; member
934 l->clip1_loc = 0xff; in ir3_link_shaders()
960 l->clip1_loc = fs->inputs[j].inloc; in ir3_link_shaders()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c398 uint8_t clip1_loc = l.clip1_loc; in fd5_program_emit() local
428 if (clip1_loc == 0xff && VALIDREG(clip1_regid) && in fd5_program_emit()
430 clip1_loc = l.max_loc; in fd5_program_emit()
691 A5XX_VPC_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in fd5_program_emit()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c971 .clip1_loc = 0xff, in tu6_emit_vpc()
1039 uint32_t clip0_loc = linkage.clip0_loc, clip1_loc = linkage.clip1_loc; in tu6_emit_vpc() local
1044 if (clip1_loc == 0xff && clip1_regid != regid(63, 0)) { in tu6_emit_vpc()
1045 clip1_loc = linkage.max_loc; in tu6_emit_vpc()
1088 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in tu6_emit_vpc()