Home | History | Annotate | Download | only in vulkan

Lines Matching refs:struc

1066 #define anv_pack_struct(dst, struc, ...) do {                              \
1067 struct struc __template = { \
1070 __anv_cmd_pack(struc)(NULL, dst, &__template); \
1071 VG(VALGRIND_CHECK_MEM_IS_DEFINED(dst, __anv_cmd_length(struc) * 4)); \