HomeSort by relevance Sort by last modified time
    Searched refs:VC4_TILING_FORMAT_LT (Results 1 - 7 of 7) sorted by null

  /external/libdrm/vc4/
vc4_packet.h 143 #define VC4_TILING_FORMAT_LT 2
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_packet.h 146 #define VC4_TILING_FORMAT_LT 2
vc4_validate.c 179 case VC4_TILING_FORMAT_LT:
666 tiling_format = VC4_TILING_FORMAT_LT;
688 tiling_format = VC4_TILING_FORMAT_LT;
696 case VC4_TILING_FORMAT_LT:
vc4_render_cl.c 470 if (tiling > VC4_TILING_FORMAT_LT) {
545 if (tiling > VC4_TILING_FORMAT_LT) {
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_tiling.c 301 if (tiling_format == VC4_TILING_FORMAT_LT) {
325 if (tiling_format == VC4_TILING_FORMAT_LT) {
vc4_cl_dump.c 323 case VC4_TILING_FORMAT_LT:
vc4_resource.c 439 slice->tiling = VC4_TILING_FORMAT_LT;
461 [VC4_TILING_FORMAT_LT] = 'L',
    [all...]

Completed in 5082 milliseconds