Searched refs:pipe0 (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_util.c | 152 fb->pipe0 = (VkExtent2D) { in tu_tiling_config_update_pipe_layout() 159 if (fb->pipe0.width < fb->pipe0.height) { in tu_tiling_config_update_pipe_layout() 160 fb->pipe0.width += 1; in tu_tiling_config_update_pipe_layout() 162 DIV_ROUND_UP(fb->tile_count.width, fb->pipe0.width); in tu_tiling_config_update_pipe_layout() 164 fb->pipe0.height += 1; in tu_tiling_config_update_pipe_layout() 166 DIV_ROUND_UP(fb->tile_count.height, fb->pipe0.height); in tu_tiling_config_update_pipe_layout() 179 .width = (fb->tile_count.width - 1) % fb->pipe0.width + 1, in tu_tiling_config_update_pipes() 180 .height = (fb->tile_count.height - 1) % fb->pipe0.height + 1, in tu_tiling_config_update_pipes() 188 const uint32_t pipe_x = fb->pipe0.width * x; in tu_tiling_config_update_pipes() 189 const uint32_t pipe_y = fb->pipe0.height * y; in tu_tiling_config_update_pipes() [all …]
|
D | tu_private.h | 1570 VkExtent2D pipe0; member
|
D | tu_cmd_buffer.c | 1344 uint32_t tx1 = px * fb->pipe0.width; in tu_cmd_render_tiles() 1345 uint32_t ty1 = py * fb->pipe0.height; in tu_cmd_render_tiles() 1346 uint32_t tx2 = MIN2(tx1 + fb->pipe0.width, fb->tile_count.width); in tu_cmd_render_tiles() 1347 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PfmCounters.td | 198 PfmIssueCounter<"BtFPU0", "dispatched_fpu:pipe0">, 208 PfmIssueCounter<"JFPU0", "dispatched_fpu:pipe0">,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenExegesis.inc | 13 "dispatched_fpu:pipe0", // 2
|