Searched refs:vk_outarray_append (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/vulkan/util/ |
D | vk_util.h | 179 #define vk_outarray_append(a, elem) \ macro
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 488 vk_outarray_append(&out, prop) { in anv_EnumerateInstanceExtensionProperties() 684 vk_outarray_append(&out, i) { in anv_EnumeratePhysicalDevices() 1017 vk_outarray_append(&out, p) { in anv_GetPhysicalDeviceQueueFamilyProperties() 1030 vk_outarray_append(&out, p) { in anv_GetPhysicalDeviceQueueFamilyProperties2KHR() 1270 vk_outarray_append(&out, prop) { in anv_EnumerateDeviceExtensionProperties()
|
D | genX_cmd_buffer.c | 2373 vk_outarray_append(&out, alu_dw) *alu_dw = mi_alu(opcode, operand1, operand2) in build_alu_multiply_gpr0()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 478 vk_outarray_append(&out, out_fmt) { in wsi_wl_surface_get_formats() 508 vk_outarray_append(&out, out_fmt) { in wsi_wl_surface_get_formats2()
|
D | wsi_common_x11.c | 528 vk_outarray_append(&out, f) { in x11_surface_get_formats() 547 vk_outarray_append(&out, f) { in x11_surface_get_formats2()
|
D | wsi_common.c | 648 vk_outarray_append(&images, image) { in wsi_common_get_images()
|