Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c328 uint8_t psize_loc = ~0, pos_loc = ~0, layer_loc = ~0; in setup_stateobj() local
510 layer_loc = l.max_loc; in setup_stateobj()
813 OUT_RING(ring, A6XX_VPC_GS_LAYER_CNTL_LAYERLOC(layer_loc) | 0xff00); in setup_stateobj()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c868 uint32_t pointsize_loc = 0xff, position_loc = 0xff, layer_loc = 0xff, view_loc = 0xff; in tu6_emit_vpc() local
871 layer_loc = linkage.max_loc; in tu6_emit_vpc()
970 tu_cs_emit(cs, A6XX_VPC_VS_LAYER_CNTL_LAYERLOC(layer_loc) | in tu6_emit_vpc()