Home
last modified time | relevance | path

Searched refs:PIPE_LUID_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h1395 #define PIPE_LUID_SIZE 8 macro
/third_party/mesa3d/src/mesa/main/
Dversion.c711 assert(GL_LUID_SIZE_EXT >= PIPE_LUID_SIZE); in _mesa_get_device_luid()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp1102 memcpy(luid, &screen->adapter_luid, PIPE_LUID_SIZE); in d3d12_get_adapter_luid()