Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_protocol.h208 #define VIRGL_OBJ_SHADER_HDR_SIZE(nso) (5 + ((nso) ? (2 * nso) + 4 : 0)) macro
/external/virglrenderer/src/
Dvirgl_protocol.h217 #define VIRGL_OBJ_SHADER_HDR_SIZE(nso) (5 + ((nso) ? (2 * nso) + 4 : 0)) macro
Dvrend_decode.c76 if (length < VIRGL_OBJ_SHADER_HDR_SIZE(0)) in vrend_decode_create_shader()
88 if (length < VIRGL_OBJ_SHADER_HDR_SIZE(num_so_outputs)) in vrend_decode_create_shader()