Home
last modified time | relevance | path

Searched refs:PAN_MODIFIER_COUNT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.h47 #define PAN_MODIFIER_COUNT 6 macro
48 extern uint64_t pan_best_modifiers[PAN_MODIFIER_COUNT];
Dpan_layout.c34 uint64_t pan_best_modifiers[PAN_MODIFIER_COUNT] = {
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c612 for (unsigned i = 0; i < PAN_MODIFIER_COUNT; ++i) { in panfrost_walk_dmabuf_modifiers()
Dpan_resource.c754 for (unsigned i = 0; i < PAN_MODIFIER_COUNT; ++i) { in panfrost_resource_create_with_modifiers()