Searched refs:binw (Results 1 - 5 of 5) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_perfetto.cc222 if (p->binw) {
226 data->set_value(std::to_string(p->binw));
340 p->binw = payload->binw;
H A Dfreedreno_perfetto.h102 uint16_t binw; member in struct:fd_perfetto_state
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c660 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 Dtu_cmd_buffer.c337 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 Dparse-submits.lua52 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