Home
last modified time | relevance | path

Searched refs:MAX_MIP_LEVELS (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/include/
Dpanfrost-job.h239 #define MAX_MIP_LEVELS (14) macro
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.h79 BITSET_DECLARE(data, MAX_MIP_LEVELS);
Dpan_screen.c222 return 1 << (MAX_MIP_LEVELS - 1); in panfrost_get_param()
226 return MAX_MIP_LEVELS; in panfrost_get_param()
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.h112 struct pan_image_slice_layout slices[MAX_MIP_LEVELS];
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_private.h865 #define MAX_MIP_LEVELS 14 macro