Lines Matching defs:out
345 VkCommandBuffer *out)
407 goto out;
416 goto out;
424 goto out;
427 out:
431 *out = dzn_cmd_buffer_to_handle(cmdbuf);
571 goto out;
590 out:
1057 ID3D12Resource **out)
1061 *out = NULL;
1102 *out = entry->res;
1230 VkClearColorValue out = *col;
1235 DZN_SWAP(float, out.float32[0], out.float32[1]);
1236 DZN_SWAP(float, out.float32[2], out.float32[3]);
1239 return out;