Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_render_cl.c49 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() function
75 rcl_u8(setup, VC4_PACKET_STORE_TILE_BUFFER_GENERAL); in vc4_store_before_load()
111 rcl_u8(setup, VC4_PACKET_TILE_COORDINATES); in vc4_tile_coordinates()
112 rcl_u8(setup, x); in vc4_tile_coordinates()
113 rcl_u8(setup, y); in vc4_tile_coordinates()
130 rcl_u8(setup, VC4_PACKET_LOAD_FULL_RES_TILE_BUFFER); in emit_tile()
136 rcl_u8(setup, VC4_PACKET_LOAD_TILE_BUFFER_GENERAL); in emit_tile()
152 rcl_u8(setup, VC4_PACKET_LOAD_FULL_RES_TILE_BUFFER); in emit_tile()
158 rcl_u8(setup, VC4_PACKET_LOAD_TILE_BUFFER_GENERAL); in emit_tile()
174 rcl_u8(setup, VC4_PACKET_WAIT_ON_SEMAPHORE); in emit_tile()
[all …]