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

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.c193 const uint32_t pipe_h = (y == fb->pipe_count.height - 1) local in function:tu_tiling_config_update_pipes
201 A6XX_VSC_PIPE_CONFIG_REG_H(pipe_h);
202 fb->pipe_sizes[n] = CP_SET_BIN_DATA5_0_VSC_SIZE(pipe_w * pipe_h);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c233 const uint32_t pipe_h = (y == tiling->pipe_count.height - 1) local in function:tu_tiling_config_update_pipes
241 A6XX_VSC_PIPE_CONFIG_REG_H(pipe_h);
242 tiling->pipe_sizes[n] = CP_SET_BIN_DATA5_0_VSC_SIZE(pipe_w * pipe_h);

Completed in 9 milliseconds