OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clip0_loc
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_shader.h
891
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/
fd5_program.c
400
uint8_t
clip0_loc
= l.
clip0_loc
;
local
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/
fd6_program.c
371
uint8_t
clip0_loc
, clip1_loc;
variable
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/
tu_pipeline.c
970
.
clip0_loc
= 0xff,
1039
uint32_t
clip0_loc
= linkage.
clip0_loc
, clip1_loc = linkage.clip1_loc;
local
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 9 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026