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.c409 uint8_t clip0_loc, clip1_loc; in setup_stateobj() local
596 clip1_loc = l.clip1_loc; in setup_stateobj()
633 if (clip1_loc == 0xff && VALIDREG(clip1_regid) && in setup_stateobj()
635 clip1_loc = l.max_loc; in setup_stateobj()
778 A6XX_VPC_DS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
1035 A6XX_VPC_GS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
1069 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in setup_stateobj()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c408 uint8_t clip1_loc = l.clip1_loc; in fd5_program_emit() local
439 if (clip1_loc == 0xff && VALIDREG(clip1_regid) && in fd5_program_emit()
441 clip1_loc = l.max_loc; in fd5_program_emit()
704 A5XX_VPC_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in fd5_program_emit()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.h1033 uint8_t clip0_loc, clip1_loc; member
1077 l->clip1_loc = 0xff; in ir3_link_shaders()
1103 l->clip1_loc = fs->inputs[j].inloc; in ir3_link_shaders()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1022 .clip1_loc = 0xff, in tu6_emit_vpc()
1091 uint32_t clip0_loc = linkage.clip0_loc, clip1_loc = linkage.clip1_loc; in tu6_emit_vpc() local
1097 if (clip1_loc == 0xff && clip1_regid != regid(63, 0)) { in tu6_emit_vpc()
1098 clip1_loc = linkage.max_loc; in tu6_emit_vpc()
1142 A6XX_VPC_VS_CLIP_CNTL_CLIP_DIST_47_LOC(clip1_loc)); in tu6_emit_vpc()