Home
last modified time | relevance | path

Searched refs:layer_loc (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c408 uint8_t psize_loc = ~0, pos_loc = ~0, layer_loc = ~0; variable
608 layer_loc = l.max_loc;
871 OUT_RING(ring, A6XX_VPC_VS_LAYER_CNTL_LAYERLOC(layer_loc) |
980 OUT_RING(ring, A6XX_VPC_GS_LAYER_CNTL_LAYERLOC(layer_loc) | 0xff00);
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c1056 uint32_t pointsize_loc = 0xff, position_loc = 0xff, layer_loc = 0xff, view_loc = 0xff; in tu6_emit_vpc() local
1059 layer_loc = linkage.max_loc; in tu6_emit_vpc()
1180 tu_cs_emit(cs, A6XX_VPC_VS_LAYER_CNTL_LAYERLOC(layer_loc) | in tu6_emit_vpc()

Completed in 8 milliseconds