Searched refs:binw (Results 1 - 5 of 5) sorted by last modified time
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_perfetto.cc | 222 if (p->binw) { 226 data->set_value(std::to_string(p->binw)); 340 p->binw = payload->binw;
|
| H A D | freedreno_perfetto.h | 102 uint16_t binw; member in struct:fd_perfetto_state
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_gmem.c | 660 OUT_REG(ring, A6XX_GRAS_BIN_CONTROL(.binw = w, .binh = h, .dword = flag)); 661 OUT_REG(ring, A6XX_RB_BIN_CONTROL(.binw = w, .binh = h, .dword = flag)); 663 OUT_REG(ring, A6XX_RB_BIN_CONTROL2(.binw = w, .binh = h));
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 337 A6XX_GRAS_BIN_CONTROL(.binw = bin_w, 342 A6XX_RB_BIN_CONTROL(.binw = bin_w, 348 A6XX_RB_BIN_CONTROL2(.binw = bin_w,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | parse-submits.lua | 52 local binw 112 printf(" bin size: %ux%u (%u bins)\n", binw, binh, nbins) 401 binw = r.VSC_BIN_SIZE.WIDTH
|
Completed in 21 milliseconds